File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
88Each row on your CSV file is dynamically transformed into Data Objects with keys set directly from the first
99row 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
1217Run the following command in your terminal
1318```
You can’t perform that action at this time.
0 commit comments