Download the PHP package intriro/csv-bundle without Composer
On this page you can find all versions of the php package intriro/csv-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download intriro/csv-bundle
More information about intriro/csv-bundle
Files in intriro/csv-bundle
Package csv-bundle
Short Description Integration of Goodby CSV into Symfony2
License MIT
Homepage https://github.com/intriro/csv-bundle
Informations about the package csv-bundle
IntriroCsvBundle
Provides integration of the goodby/csv library into Symfony.
About Goodby CSV
Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP.
Documentation is available here.
Installation
This bundle can be installed using composer by adding the following in the require
section of your composer.json
file:
Register the bundle
You must register the bundle in your kernel:
Configuration
TODO
Configuring importers
Importers are ment to get data from a CSV file into your PHP code. The defined importers from the sample configuration are available as services in the container as intriro_csv.importer.foo
and intriro_csv.importer.bar
.
The services are instances of Goodby\CSV\Import\Standard\Lexer
.
Configuring exporters
The defined exporters from the sample configuration are available as services in the container as intriro_csv.exporter.foo
and intriro_csv.exporter.bar
.
The services are instances of Goodby\CSV\Export\Standard\Exporter
.
License
This bundle is released under the MIT license. See the complete license in the bundle:
src/Resources/meta/LICENSE