jerive / csvtool
CSV file manipulation powered by PHP's fgetcsv
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jerive/csvtool
Requires
- symfony/console: ~2.4
This package is not auto-updated.
Last update: 2025-10-11 19:43:57 UTC
README
This tool is intended to be used on the command line. To install it, install composer first (https://getcomposer.org/download/)
composer global require jerive/csvtool dev-master
You can still install csvtool locally with composer.
Just add the following to your composer.json
file:
{ "require": { "jerive/csvtool": "dev-master" } }