Download the PHP package webfactory/content-mapping-bundle without Composer
On this page you can find all versions of the php package webfactory/content-mapping-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webfactory/content-mapping-bundle
More information about webfactory/content-mapping-bundle
Files in webfactory/content-mapping-bundle
Package content-mapping-bundle
Short Description Symfony bundle for webfactory/content-mapping.
License MIT
Informations about the package content-mapping-bundle
content-mapping-bundle
Symfony bundle for webfactory/content-mapping. If you configure your Synchronizers as services, you can use the provided console commands to list and start them. This is useful e.g. for cronjobs.
Installation
Install the package via composer
composer require webfactory/content-mapping-bundle
and enable the bundle in your app kernel:
Usage
First, register your Synchronizers as a service, e.g. in your services.xml:
If you've tagged your service as in the example above, you can use the console command
app/console content-mapping:list-synchronizers
to list your registered synchronizers denoted by their objectclass, and
app/console content-mapping:synchronize
to start them. Use -o objectclass
to start only the Synchronizer for the objectclass
and -f
to force updates in
the destination systems even if no changes are detected. Be aware that objectclass
is not the name of your entity class
you'd like to synchronize, but the value you defined in the service definition (see above). Note that backslashes in your
objectclass
need to be escaped (with backslashes).
Credits, Copyright and License
This project was started at webfactory GmbH, Bonn.
Copyright 2015-2022 webfactory GmbH, Bonn. Code released under the MIT license.
All versions of content-mapping-bundle with dependencies
symfony/config Version ^2.4|^3.0|^4.0|^5.0|^6.0|^7.0
symfony/console Version ^2.4|^3.0|^4.0|^5.0|^6.0|^7.0
symfony/dependency-injection Version ^2.4|^3.0|^4.0|^5.0|^6.0|^7.0
symfony/http-kernel Version ^2.4|^3.0|^4.0|^5.0|^6.0|^7.0
webfactory/content-mapping Version ^3.0