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
- Host: GitHub
- URL: https://github.com/subjective-php/csv
- Owner: subjective-php
- License: mit
- Created: 2015-07-10T19:12:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T13:24:34.000Z (about 3 years ago)
- Last Synced: 2025-04-03T00:51:56.029Z (about 1 year ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SubjectivePHP\Csv
[](https://scrutinizer-ci.com/g/subjective-php/csv/?branch=master)
[](https://packagist.org/packages/subjective-php/csv)
[](https://packagist.org/packages/subjective-php/csv)
[](https://packagist.org/packages/subjective-php/csv)
[](https://packagist.org/packages/subjective-php/csv)
[](https://packagist.org/packages/subjective-php/csv)
[](https://packagist.org/packages/subjective-php/csv)
[](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
```