2017 © Pedro Peláez
 

library csv

Simple library to work with CSV files.

image

yrizos/csv

Simple library to work with CSV files.

  • Tuesday, September 30, 2014
  • by yrizos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Simple library to work with CSV files., (*1)

Usage

$csv = new \Csv\Csv("path/to/your.csv");

foreach($csv as $row) print_r($row);

$csv->setColumnDelimiter("\t");
$csv->save("path/to/your.tsv");

The Versions

30/09 2014

dev-master

9999999-dev https://github.com/yrizos/csv

Simple library to work with CSV files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

csv

30/09 2014

1.1.0

1.1.0.0 https://github.com/yrizos/csv

Simple library to work with CSV files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

csv

19/07 2014

1.0.0

1.0.0.0 https://github.com/yrizos/csv

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

csv

19/07 2014

0.1.0

0.1.0.0

CSV Reader / Writer

  Sources   Download

WTFPL

The Requires

  • php >=5.4.0

 

csv