dottwatson / csv
dev-master
2019-05-10 15:36 UTC
Requires
- php: >=7.1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.11
- phpmd/phpmd: ^2.6
- phpstan/phpstan-shim: ^0.10
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-12-16 02:13:34 UTC
README
CSV is one of the most used data excanghe method to trasmit and receivs informations, so a power tool to handle them is required. A good CSV handler must be efficient, clare , and easy to use.
This package make easy to manage csv files with a fluent code, and gives you the ability to filter rows with syntax like ORM.
Documentation is coming soon...