goodby / csv

Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
MIT License
953 stars 147 forks source link

Use new array syntax in docs #88

Open bocharsky-bw opened 3 years ago

bocharsky-bw commented 3 years ago

I see this library supports legacy array syntax, but there's no need to use it in docs - it will allow to copy/paste examples easier into your code as well

alexander-schranz commented 2 years ago

I cherry picked your pull request into https://github.com/handcraftedinthealps/goodby-csv. The fork is registered as handcraftedinthealps/goodby-csv in packagist and released as 1.4.0 Version. Feel free to use the fork.

bocharsky-bw commented 2 years ago

Thanks! Looks like this package isn't maintained since 26 Oct 2018 :/

alexander-schranz commented 2 years ago

Yes thats why we decided to fork it, I already did not have any luck in 2018 to get in contact with a maintainer of the package.