2017 © Pedro Peláez
 

library csv-writer

Simple system for writing an array to CSV row by row

image

bolstad/csv-writer

Simple system for writing an array to CSV row by row

  • Monday, December 5, 2016
  • by bolstad
  • Repository
  • 1 Watchers
  • 0 Stars
  • 792 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 58 % Grown

The README.md

csvwriter

Simple system for writing an array to CSV row by row, (*1)


date_default_timezone_set('Europe/Stockholm'); $ding = new CsvWriter\SimpleCsvWrite('out.csv','data/'); $demo = array('id'=>1,'name'=>'A nice name','city'=>'location'); $ding->writeCsv($demo);

The Versions

05/12 2016

dev-master

9999999-dev

Simple system for writing an array to CSV row by row

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Christian Bolstad

05/12 2016

0.2

0.2.0.0

Simple system for writing an array to CSV row by row

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Christian Bolstad

21/03 2015

0.1.1

0.1.1.0

Simple system for writing an array to CSV row by row

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Christian Bolstad

20/03 2015

0.1

0.1.0.0

Simple system for writing an array to CSV row by row

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Christian Bolstad