Download the PHP package silversolutions/content-loader-bundle without Composer
On this page you can find all versions of the php package silversolutions/content-loader-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silversolutions/content-loader-bundle
More information about silversolutions/content-loader-bundle
Files in silversolutions/content-loader-bundle
Download silversolutions/content-loader-bundle
More information about silversolutions/content-loader-bundle
Files in silversolutions/content-loader-bundle
Vendor silversolutions
Package content-loader-bundle
Short Description Symfony bundle for loading eZ Publish content features and fixtures for tests
License
Package content-loader-bundle
Short Description Symfony bundle for loading eZ Publish content features and fixtures for tests
License
Please rate this library. Is it a good library?
Informations about the package content-loader-bundle
ContentLoaderBundle
There is 2 main ideas behind this bundle:
- Load collections of items (content types, user roles, users, content items) to eZ Publish database from straight-forward yaml files.
- Load fixtures for tests.
You can describe an initial state of your application in yaml format and use it either for project installation or for running tests in a test environment.
Example. Lets consider you have a file Resources/example/article.yml:
After you run a command:
... you'll have:
- new content language 'English (US)' with the code 'eng-US',
- new content type 'content_article',
- and new content item 'Impressum' created under the eZ Publish main node.
Supported features
- Content languages
- Content types
- Roles
- User groups
- Users
- Content items
Unsupported features
- Sections
- Object states
Limitations
- Currently the bundle mainly useful for creating new items. Update of existing content is supported only for content types.
- DatabaseSchemaLoader supports only mysql
See also
- eZ Publish
- Old eZ Publish 4 package system
- DoctrineFixturesBundle which was a source of inspiration for this bundle.
All versions of content-loader-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ezsystems/ezpublish-kernel Version ~5.3 | >= 6.0
doctrine/orm Version ~2.3
ezsystems/ezpublish-kernel Version ~5.3 | >= 6.0
doctrine/orm Version ~2.3
The package silversolutions/content-loader-bundle contains the following files
Loading the files please wait ....