2017 © Pedro PelĂĄez
 

library php-csv

Full featured CSV lib for PHP.

image

jfsimon/php-csv

Full featured CSV lib for PHP.

  • Wednesday, July 25, 2012
  • by jfsimon
  • Repository
  • 4 Watchers
  • 7 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Full featured CSV lib for PHP

Build Status, (*1)

  • Adaptable: uses streams to read and write data from/to any kind of source
  • Powerful: manages properly multi bytes strings or line breaks inside cells
  • Easy to use: provides iterators and data mappers
  • Flexible: register standard and custom rules set
  • Full stack: provides transformers and validators, (*2)

  • Repository: http://github.com/jfsimon/php-csv, (*3)

  • Documentation: http://github.com/jfsimon/php-csv/tree/master/doc
  • License: http://github.com/jfsimon/php-csv/tree/master/LICENSE
  • Issues: http://github.com/jfsimon/php-csv/issues

The Versions

25/07 2012

dev-master

9999999-dev http://github.com/jfsimon/php-csv

Full featured CSV lib for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

csv abstraction