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

https://github.com/subjective-php/csv

Collection of classes to work with csv files
https://github.com/subjective-php/csv

Last synced: about 1 year ago
JSON representation

Collection of classes to work with csv files

Awesome Lists containing this project

README

          

# SubjectivePHP\Csv

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/subjective-php/csv/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/subjective-php/csv/?branch=master)

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

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

[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://www.pholiophp.org/subjective-php/csv)

A collection of classes to work with delimited files

## Requirements

SubjectivePHP\Csv requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/csv` to your project's `composer.json` file such as:

```sh
composer require subjective-php/csv
```

## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/subjective-php/csv/pulls)
* [Issues](https://github.com/subjective-php/csv/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
./vendor/bin/phpcs
```