From 44a5507e1021ab7277adaba633ea155de3bc826c Mon Sep 17 00:00:00 2001 From: William Knauss Date: Wed, 4 Jun 2014 13:48:14 -0400 Subject: [PATCH 1/2] Updated Composer --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 0a13840..44d740b 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,10 @@ { "name": "Jim Myhrberg", "email": "contact@jimeh.me" + }, + { + "name": "William Knauss", + "email": "will.knauss@gmail.com" } ], "autoload": { From 18eb8a8f1108556775056cdb407c7c4fadc6d653 Mon Sep 17 00:00:00 2001 From: William Knauss Date: Wed, 4 Jun 2014 13:52:13 -0400 Subject: [PATCH 2/2] Updated readme with installation instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2f0197e..36fd554 100644 --- a/README.md +++ b/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 +## 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