mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
10
README.md
10
README.md
@@ -12,6 +12,16 @@ and third-party support for handling CSV data in PHP.
|
|||||||
|
|
||||||
[csv]: http://en.wikipedia.org/wiki/Comma-separated_values
|
[csv]: http://en.wikipedia.org/wiki/Comma-separated_values
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Installation is easy using Composer. Include the following in your composer.json
|
||||||
|
```
|
||||||
|
"parsecsv/php-parsecsv": "0.4.5"
|
||||||
|
```
|
||||||
|
|
||||||
|
You may also manually include the parsecsv.lib.php file
|
||||||
|
```php
|
||||||
|
require_once 'parsecsv.lib.php';
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Jim Myhrberg",
|
"name": "Jim Myhrberg",
|
||||||
"email": "contact@jimeh.me"
|
"email": "contact@jimeh.me"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "William Knauss",
|
||||||
|
"email": "will.knauss@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Reference in New Issue
Block a user