tunnela/query
Composer 安装命令:
composer require tunnela/query
包简介
Query, the easy to use MySQL query builder.
README 文档
README
#Query Query, the easy to use MySQL query builder.
Easy Installation
Install with Composer
I you have not installed Composer yet, follow the instructions on Composer website.
To install Query package with Composer, simply add the requirement to your composer.json file:
{
"require" : {
"tunnela/query" : "dev-master"
}
}
If this is the first time you use Composer, change to your PHP application directory and run the following command:
$ php composer.phar install
and require autoloader somewhere at the start of your PHP application:
require 'vendor/autoload.php';
If this is is not the first time you use Composer, you probably already knew that you should run:
$ php composer.phar update
TODO
- Basic usage instructions
- Tests
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-17