Download the PHP package bestit/ct-order-export-bundle without Composer
On this page you can find all versions of the php package bestit/ct-order-export-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bestit/ct-order-export-bundle
More information about bestit/ct-order-export-bundle
Files in bestit/ct-order-export-bundle
Package ct-order-export-bundle
Short Description Symfony 3 Bundle to export commercetools orders based on templates and a virtual file system.
License MIT
Informations about the package ct-order-export-bundle
ct-order-export-bundle
Symfony 3 Bundle to export commercetools orders based on templates and a virtual file system.
Installation
An example implementation can be found in bestit/commercetools-order-export.
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configuration of the bundle
Use the bundle
Shell-Command
The bundle provides you with a shell command:
Events
This bundle provides two events at this moment:
- order_export.preOrderExport: This event is triggered with an BestIt\CtOrderExportBundle\Event\PrepareOrderExportEvent-Instance. Use the API for the exportData to get more exportable data.
- order_export.postOrderExport: The event instance of type BestIt\CtOrderExportBundle\Event\FinishOrderExportEvent allows you to manpulate an order after the export.
Further Todos
- Unittesting
- Added a list template
- Make heavier use of events
All versions of ct-order-export-bundle with dependencies
commercetools/php-sdk Version ^1.6
oneup/flysystem-bundle Version ^1.10
symfony/monolog-bundle Version ^3.0
symfony/symfony Version ^3.2
symfony/twig-bundle Version ^3.2