hasegawa-tomoki / tsvio
Shell command to import / export database table records from / to tsv filles. CakePHP3 plugin.
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
pkg:composer/hasegawa-tomoki/tsvio
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-12-21 00:17:26 UTC
README
Shell command to import / export database table records from / to tsv filles.
Installation
You can install this plugin into your CakePHP application using composer.
- Add
"hasegawa-tomoki/tsvio": "*"torequiresection of composer.json. - Run
composer update. - Add
Plugin::load('Tsvio');to bottom of your bootstrap.php. bin/cake tsvio import <table>orbin/cake tsbio export <table>.