Skip to content

A fast and tiny PHP library to export data to CSV, excel etc.

Compare
Choose a tag to compare
@sujancse sujancse released this 15 Jan 14:06
· 27 commits to master since this release

A fast and tiny PHP library to export data to CSV, Excel, etc. The library is based on a PHP generator. It used only 20MB memory to download 5 Million data, whereas without a generator it will take up to 500MB of memory. Tested on Laravel 6.