chadicus / csv
This package is abandoned and no longer maintained.
The author suggests using the subjective-php/csv package instead.
Collection of classes to work with csv files
v1.0.0
2016-08-10 01:53 UTC
Requires
- php: ~5.6 || ~7.0
Requires (Dev)
- chadicus/coding-standard: ^1.1.2
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: ~0.6.1
This package is auto-updated.
Last update: 2022-02-01 12:49:19 UTC
README
A collection of classes to work with delimited files
Requirements
Chadicus\Exceptions requires PHP 5.6 (or later).
##Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on
chadicus/csv
to your project's composer.json
file such as:
{ "require": { "chadicus/csv": "dev-master" } }
##Contact Developers may be contacted at:
##Project Build With a checkout of the code get Composer in your PATH and run:
./composer install ./vendor/bin/phpunit