jimbojsb/yak
Composer 安装命令:
composer require jimbojsb/yak
包简介
Database migrations and sync tools for PHP
README 文档
README
Yak is a command-line database migration tool written in PHP and designed to interact with MySQL 5.0 and above. It requires PHP 5.3.x with PDO_MySQL installed. Yak is written with Symfony2 Console.
Installation
Yak is distributed as an excutable Phar file with all of it's dependencies bundled. Once you install it initally, the "update-yak" command can keep you up to date. To get your initial install, run the following command in the folder where you'd like Yak to be installed (I recommend /usr/local/bin):
curl https://raw.github.com/jimbojsb/yak/master/bin/installer.php | php
Usage
Yak's usage is well documented in the command line help interface.
- To list available commands, just run "yak"
- For help on a specific command, run "yak help [command]"
统计信息
- 总下载量: 12.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-05