Download the PHP package integrated/export-bundle without Composer
On this page you can find all versions of the php package integrated/export-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/export-bundle
More information about integrated/export-bundle
Files in integrated/export-bundle
Download integrated/export-bundle
More information about integrated/export-bundle
Files in integrated/export-bundle
Vendor integrated
Package export-bundle
Short Description Exports your Integrated content per content type to xml, csv or xlsx
License
Package export-bundle
Short Description Exports your Integrated content per content type to xml, csv or xlsx
License
Please rate this library. Is it a good library?
Informations about the package export-bundle
IntegratedExportBundle
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.
All versions of export-bundle with dependencies
PHP Build Version
Package Version
No informations.
The package integrated/export-bundle contains the following files
Loading the files please wait ....