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

This package is auto-updated.

Last update: 2022-02-01 12:49:19 UTC


README

Build Status Scrutinizer Code Quality Coverage Status Dependency Status

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Documentation

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