https://github.com/chadicus/csv-php
Collection of classes to work with csv files
https://github.com/chadicus/csv-php
Last synced: 5 months ago
JSON representation
Collection of classes to work with csv files
- Host: GitHub
- URL: https://github.com/chadicus/csv-php
- Owner: chadicus
- License: mit
- Fork: true (subjective-php/csv)
- Created: 2018-06-09T00:15:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T23:23:42.000Z (about 8 years ago)
- Last Synced: 2024-11-20T13:52:26.398Z (over 1 year ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chadicus\Csv
[](https://travis-ci.org/chadicus/csv-php)
[](https://scrutinizer-ci.com/g/chadicus/csv-php/?branch=master)
[](https://coveralls.io/github/chadicus/csv-php?branch=master)
[](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766)
[](https://packagist.org/packages/chadicus/csv)
[](https://packagist.org/packages/chadicus/csv)
[](https://packagist.org/packages/chadicus/csv)
[](https://packagist.org/packages/chadicus/csv)
[](https://packagist.org/packages/chadicus/csv)
[](https://packagist.org/packages/chadicus/csv)
[](http://pholiophp.org/chadicus/csv)
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](http://getcomposer.org)! Simply add a dependency on
`chadicus/csv` to your project's `composer.json` file such as:
```json
{
"require": {
"chadicus/csv": "dev-master"
}
}
```
##Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/chadicus/csv-php/pulls)
* [Issues](https://github.com/chadicus/csv-php/issues)
##Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:
```sh
./composer install
./vendor/bin/phpunit
```