Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anovsiradj/php-csv
- Owner: anovsiradj
- License: isc
- Created: 2018-06-25T16:37:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T03:05:44.000Z (over 3 years ago)
- Last Synced: 2024-11-06T01:32:37.170Z (2 months ago)
- Topics: comma-separated-values, csv, php, php-library
- Language: PHP
- Homepage: https://github.com/anovsiradj/php-csv
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) {
}
```