定制 tunnela/query 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-17