library csv-writer
Simple system for writing an array to CSV row by row
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
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);
dev-master
9999999-dev
Simple system for writing an array to CSV row by row
Sources
Download
MIT
The Requires
The Development Requires
by
Christian Bolstad
0.2
0.2.0.0
Simple system for writing an array to CSV row by row
Sources
Download
MIT
The Requires
The Development Requires
by
Christian Bolstad
0.1.1
0.1.1.0
Simple system for writing an array to CSV row by row
Sources
Download
MIT
The Requires
The Development Requires
by
Christian Bolstad
0.1
0.1.0.0
Simple system for writing an array to CSV row by row
Sources
Download
MIT
The Requires
The Development Requires
by
Christian Bolstad