akeneo / catalogs
Test catalogs for Akeneo PIM
Installs: 5 034
Dependents: 0
Suggesters: 2
Security: 0
Stars: 6
Watchers: 45
Forks: 2
Open Issues: 0
pkg:composer/akeneo/catalogs
Requires
- php: >=5.4.4
- box/spout: ^2.4
This package is auto-updated.
Last update: 2025-10-24 06:52:26 UTC
README
Upgrade catalogs notes
| 1.3 | ⥤ | 1.4 | ⥤ | 1.5 | ⥤ | master | 
|---|---|---|---|---|---|---|
| CE 1.3 | remove ownertousers.yml | CE 1.4 | add ui_localetousers.yml | CE 1.5 | nothing to do | CE master | 
| EE 1.3 | EE 1.4 | add ui_localetousers.yml, addproposals_to_review_notification: truetousers.yml, addproposals_state_notifications: truetousers.yml | EE 1.5 | nothing to do | EE master | 
Are catalogs up-to-date since last configuration change of the DataGeneratorBundle?
| Version | Community | Enterprise | 
|---|---|---|
| 1.3 | N | N | 
| 1.4 | N | Y | 
| 1.5 | small and medium Y, large N | N | 
| master | Y | Y | 
## How to generate a catalog?
By using the https://github.com/akeneo-labs/DataGeneratorBundle
How to install a catalog?
To install a catalog, you will have to:
- composer require "akeneo/catalogs":"dev-master"
- set your catalog in the PIM parameters via installer_data: vendor/akeneo/catalogs/path/to/the/catalog/fixtures
- install the fixtures rm -rf app/cache && app/console pim:install --env=prod --force
- import the products
gunzip -c /<path_to_catalog>/<community|enterprise>/<catalog_size>/products.csv.gz > /tmp/product.csv
app/console akeneo:batch:job csv_product_import --env=prod