PHPackages                             marshmallow/dataset-google-product-categories - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. marshmallow/dataset-google-product-categories

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marshmallow/dataset-google-product-categories
=============================================

This dataset contains all the categories available for Google Product Feeds in Dutch

v1.0.1(5y ago)06.9k↓64.3%[1 PRs](https://github.com/marshmallow-packages/dataset-google-product-categories/pulls)1MITPHPPHP ^7.4|^8.0CI passing

Since May 20Pushed 2w ago1 watchersCompare

[ Source](https://github.com/marshmallow-packages/dataset-google-product-categories)[ Packagist](https://packagist.org/packages/marshmallow/dataset-google-product-categories)[ Docs](https://github.com/Marshmallow-Development/)[ RSS](/packages/marshmallow-dataset-google-product-categories/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (7)Used By (1)

[![alt text](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67 "marshmallow.")](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67)

Google Product Categories Dataset
=================================

[](#google-product-categories-dataset)

[![Latest Version on Packagist](https://camo.githubusercontent.com/425de6256aaf8b8f65b221fd4950483b897a86522dfa1488a56659cc1c474753/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f646174617365742d676f6f676c652d70726f647563742d63617465676f726965732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/dataset-google-product-categories)[![Total Downloads](https://camo.githubusercontent.com/6fe91361e5c584be1669db5ecad20a159e2f5da1ca8f69fc72e5b05f678718ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617273686d616c6c6f772f646174617365742d676f6f676c652d70726f647563742d63617465676f726965732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/dataset-google-product-categories)

This dataset contains all the categories available for Google Product Feeds in Dutch.

The package ships a `google_product_categories` table (auto-discovered migration) and a seeder that imports the full Dutch Google product taxonomy from a bundled taxonomy file.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require marshmallow/dataset-google-product-categories
```

The migration is registered automatically by the package service provider, so you only need to run your migrations:

```
php artisan migrate
```

Seeding the table
-----------------

[](#seeding-the-table)

Run the seeder to populate the `google_product_categories` table from the bundled Dutch taxonomy file:

```
php artisan db:seed --class="Marshmallow\Datasets\GoogleProductCategories\Seeds\GoogleProductCategorySeeder"
```

Usage
-----

[](#usage)

Query the categories through the bundled Eloquent model:

```
use Marshmallow\Datasets\GoogleProductCategories\Models\GoogleProductCategory;

// All categories
$categories = GoogleProductCategory::all();

// Look up a category by its Google category id
$category = GoogleProductCategory::find(1);
$category->name;
```

Each row has the official Google category `id` and its Dutch `name`. The table also uses timestamps and soft deletes.

Nova
----

[](#nova)

Are you using Nova? We have a command for you to generate the Nova Resource. Run:

```
php artisan marshmallow:resource GoogleProductCategory Datasets\\GoogleProductCategories
```

The categories will then be available to you in Nova. We hide this resource by default in the Nova navigation. If you wish to have it available in the navigation, add `public static $displayInNavigation = true;` to `app/Nova/GoogleProductCategory.php`.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please report security vulnerabilities by email to  rather than via the public issue tracker.

Credits
-------

[](#credits)

- [Stef](https://marshmallow.dev)
- [All Contributors](https://github.com/marshmallow-packages/dataset-google-product-categories/contributors)

License
-------

[](#license)

The MIT License. Please see the [License File](LICENSE) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance63

Regular maintenance activity

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 85% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~321 days

Total

2

Last Release

1914d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.1PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/be33d2624e24c516e73892b0929447cc762f3622c024ab8d0d2a59042e5d2c7f?d=identicon)[marshmallow](/maintainers/marshmallow)

---

Top Contributors

[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

marshmallow

### Embed Badge

![Health badge](/badges/marshmallow-dataset-google-product-categories/health.svg)

```
[![Health](https://phpackages.com/badges/marshmallow-dataset-google-product-categories/health.svg)](https://phpackages.com/packages/marshmallow-dataset-google-product-categories)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
