1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

Changed the library nyamsprod/bakame.csv to thephpleague/csv #313

This commit is contained in:
nickurt 2015-01-18 13:25:32 +01:00
parent 366567bddb
commit 0a10d6bfc5

View File

@ -193,7 +193,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
* [CSV](https://github.com/nyamsprod/Bakame.csv) - A CSV data manipulation library.
* [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
## Streams
*Libraries for working with streams.*