Skip to content

Commit 9c75f94

Browse files
committed
💎 First release.
1 parent 40ce886 commit 9c75f94

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# PHP-CSV-PARSER
1+
# PHP CSV Parser
22

3-
[![Build Status](https://travis-ci.org/jamesgordo/php-csv-parser.svg?branch=master)](https://travis-ci.org/jamesgordo/php-csv-parser) [![codecov](https://codecov.io/gh/jamesgordo/php-csv-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/jamesgordo/php-csv-parser)
3+
[![Build Status](https://travis-ci.org/jamesgordo/php-csv-parser.svg?branch=master)](https://travis-ci.org/jamesgordo/php-csv-parser) [![codecov](https://codecov.io/gh/jamesgordo/php-csv-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/jamesgordo/php-csv-parser) [![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/jamesgordo/php-csv-parser)
44

5-
Turn your CSV files into readable and accessable Data Objects. This Library is a wrapper for PHP's built-in
6-
``fgetcsv`` which provides you a hassle free CSV File parsing.
5+
Turn your CSV files into readable and accessable Data Objects easily. This Library wraps the PHP's built-in
6+
``fgetcsv`` function to provide you a hassle free CSV File parsing.
77

88
Each row on your CSV file is dynamically transformed into Data Objects with keys set directly from the first
99
row of your CSV file.
1010

11+
12+
## PHP Version Support
13+
The library has been tested to work on PHP Versions >=5.3.
14+
15+
1116
## How to Use
1217
Run the following command in your terminal
1318
```

0 commit comments

Comments
 (0)