dottwatson / csv
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dottwatson/csv
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: 2025-10-16 04:01:21 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...