Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anovsiradj/php-csv


https://github.com/anovsiradj/php-csv

comma-separated-values csv php php-library

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# PHP CSV Library

## Help/Debug/Development

/tests/states.csv
https://gist.github.com/VictorDu/fbd642275a936c99c90c

## Todos

1. Generator callback, for manipulating output data. (example something like):

```php
foreach($csv->stream(N,N, 'myCallbackFn') as $n) {
}
```