Download the PHP package inuar/custom-entity-bundle without Composer
On this page you can find all versions of the php package inuar/custom-entity-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inuar/custom-entity-bundle
More information about inuar/custom-entity-bundle
Files in inuar/custom-entity-bundle
Package custom-entity-bundle
Short Description Akeneo PIM Custom entity bundle for Akeneo 7
License OSL-3.0
Homepage https://github.com/inuartech/CustomEntityBundle
Informations about the package custom-entity-bundle
CustomEntityBundle
Facilitates the creation of PIM reference data and related views in the PIM.
For more information, please see http://docs.akeneo.com/
Requirements
| CustomEntityBundle | Akeneo PIM Community Edition |
|---|---|
| v7.0.* | v7.0.* |
| v6.0.* | v6.0.* |
| v5.0.* | v5.0.* |
| v4.0.* | v4.0.* |
| v3.0.* | v3.0.* |
| v2.4.* | v2.3.* |
| v2.3.* | v2.2.* |
| v2.2.* | v2.1.* |
| v2.1.* | v2.1.* |
| v2.0.* | v2.0.* |
| v1.10.* | v1.7.* |
Installation
You can install this bundle with composer (see requirements section):
Then add the following lines at the end of your config/routes/routes.yml :
and enable the bundle in the config/bundles.php file:
If your installation is already set up, you have to run the following command in order to add the quick export job:
Documentation
The reference data documentation can be found in the PIM documentation.
Detailled information can be found in the bundle documentation.
Run the Tests
Unit tests
Code style
PHPUnit
- Install an Akeneo PIM with the CustomEntityBundle
- Copy
Tests/Resources/phpunit.xmlto project root - Copy
Tests/Resources/.env.testto project root, and edit accordingly to your config - Copy
Tests/Resources/bundles.phporTests/Resources/bundles_ee.php(depending on your PIM version) content in theconfig/bundles.phpfile
Then:
Contributing
If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement
