hasegawa-tomoki / tsvio
Shell command to import / export database table records from / to tsv filles. CakePHP3 plugin.
Package info
github.com/hasegawa-tomoki/TsvIO
Type:cakephp-plugin
pkg:composer/hasegawa-tomoki/tsvio
0.1.3
2015-09-06 07:36 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-04-26 02:06:22 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>.