|
|
Several of the recent projects I’ve been working on have required an “import from csv file” feature. PHP comes with a few functions for reading and writing csv files right out of the box: fgetcsv and fputcsv. While these are good functions and they get the job done I find they just aren’t enough in many cases. It would be nice if PHP had an interface like python’s csv module. Enter PHP Csv Utilities.
Version 0.2 can be expected in early March. It will allow you to inspect a csv file and deduce its format. For more info, visit our blog.
Please, if you have any feature requests, suggestions, questions, anything... drop me an email.
luke d0t visinoni {at} gmail (d0t) com
