Skip to content
/ csv Public
forked from goodby/csv

Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supp…

License

Notifications You must be signed in to change notification settings

myusuf/csv

Repository files navigation

Goodby, CSV!

Build Status

Contribution

We works under test driven development.

Checkout master source code from github:

hub clone goodby/csv
cd csv/

Install phpunit and mockery via composer:

./scripts/bundle-devtools.sh .

Run phpunit:

./vendor/bin/phpunit

About

Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supp…

Resources

License

Stars

Watchers

Forks

Packages

No packages published