integrated / export-bundle
Exports your Integrated content per content type to xml, csv or xlsx
Installs: 746
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- phpoffice/phpexcel: ~1.8.1
This package is not auto-updated.
Last update: 2024-10-26 18:33:29 UTC
README
This bundle export data from collection 'content' to '.xml', '.csv' and '.xlsx' formats.
Requirements
- phpoffice/phpexcel
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/export-bundle:~1.0
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\ExportBundle\IntegratedExportBundle()
// ...
);
}
Import the routing
# app/config/routing.yml
integrated_export:
resource: @IntegratedExportBundle/Resources/config/routing.xml
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.