|
1 | 1 | # Chadicus\Csv |
2 | 2 |
|
3 | | -[](https://travis-ci.org/chadicus/csv-php) |
4 | | -[](https://scrutinizer-ci.com/g/chadicus/csv-php/?branch=master) |
5 | | -[](https://coveralls.io/github/chadicus/csv-php?branch=master) |
6 | | -[](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766) |
| 3 | +[](https://travis-ci.org/subjective-php/csv) |
| 4 | +[](https://scrutinizer-ci.com/g/subjective-php/csv/?branch=master) |
| 5 | +[](https://coveralls.io/github/subjective-php/csv?branch=master) |
7 | 6 |
|
8 | | -[](https://packagist.org/packages/chadicus/csv) |
9 | | -[](https://packagist.org/packages/chadicus/csv) |
10 | | -[](https://packagist.org/packages/chadicus/csv) |
| 7 | +[](https://packagist.org/packages/subjective-php/csv) |
| 8 | +[](https://packagist.org/packages/subjective-php/csv) |
| 9 | +[](https://packagist.org/packages/subjective-php/csv) |
11 | 10 |
|
12 | | -[](https://packagist.org/packages/chadicus/csv) |
13 | | -[](https://packagist.org/packages/chadicus/csv) |
14 | | -[](https://packagist.org/packages/chadicus/csv) |
| 11 | +[](https://packagist.org/packages/subjective-php/csv) |
| 12 | +[](https://packagist.org/packages/subjective-php/csv) |
| 13 | +[](https://packagist.org/packages/subjective-php/csv) |
15 | 14 |
|
16 | | -[](http://pholiophp.org/chadicus/csv) |
| 15 | +[](http://www.pholiophp.org/subjective-php/csv) |
17 | 16 |
|
18 | 17 | A collection of classes to work with delimited files |
19 | 18 |
|
20 | 19 | ## Requirements |
21 | 20 |
|
22 | 21 | Chadicus\Exceptions requires PHP 5.6 (or later). |
23 | 22 |
|
24 | | -##Composer |
25 | | -To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on |
26 | | -`chadicus/csv` to your project's `composer.json` file such as: |
| 23 | +## Composer |
| 24 | +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: |
27 | 25 |
|
28 | | -```json |
29 | | -{ |
30 | | - "require": { |
31 | | - "chadicus/csv": "dev-master" |
32 | | - } |
33 | | -} |
| 26 | +```sh |
| 27 | +composer require subjective-php/csv |
34 | 28 | ``` |
35 | 29 |
|
36 | | -##Contact |
| 30 | +## Contact |
37 | 31 | Developers may be contacted at: |
38 | 32 |
|
39 | | - * [Pull Requests](https://github.com/chadicus/csv-php/pulls) |
40 | | - * [Issues](https://github.com/chadicus/csv-php/issues) |
| 33 | + * [Pull Requests](https://github.com/subjective-php/csv/pulls) |
| 34 | + * [Issues](https://github.com/subjective-php/csv/issues) |
41 | 35 |
|
42 | | -##Project Build |
| 36 | +## Project Build |
43 | 37 | With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run: |
44 | 38 |
|
45 | 39 | ```sh |
|
0 commit comments