An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chadicus\Csv

[![Build Status](https://travis-ci.org/chadicus/csv-php.svg?branch=master)](https://travis-ci.org/chadicus/csv-php)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/chadicus/csv-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/chadicus/csv-php/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/chadicus/csv-php/badge.svg?branch=master)](https://coveralls.io/github/chadicus/csv-php?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766)

[![Latest Stable Version](https://poser.pugx.org/chadicus/csv/v/stable)](https://packagist.org/packages/chadicus/csv)
[![Latest Unstable Version](https://poser.pugx.org/chadicus/csv/v/unstable)](https://packagist.org/packages/chadicus/csv)
[![License](https://poser.pugx.org/chadicus/csv/license)](https://packagist.org/packages/chadicus/csv)

[![Total Downloads](https://poser.pugx.org/chadicus/csv/downloads)](https://packagist.org/packages/chadicus/csv)
[![Monthly Downloads](https://poser.pugx.org/chadicus/csv/d/monthly)](https://packagist.org/packages/chadicus/csv)
[![Daily Downloads](https://poser.pugx.org/chadicus/csv/d/daily)](https://packagist.org/packages/chadicus/csv)

[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](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
```