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

https://framagit.org/Cyrille37/php-csv-reader

Can read large file without consuming memory because it uses an iterator with a Generator that only read one line at a time.
https://framagit.org/Cyrille37/php-csv-reader

composer csv package php

Last synced: 9 months ago
JSON representation

Can read large file without consuming memory because it uses an iterator with a Generator that only read one line at a time.

Awesome Lists containing this project