csanquer/querybuilder
Composer 安装命令:
composer require csanquer/querybuilder
包简介
SQL Query Builder library
README 文档
README
Classes used to build programmatically standard SQL Queries (with some MySQL specific functions). These classes must be used with PDO and parameters are always bound .
Based on original work by Justin Stayton https://github.com/jstayton/QueryBuilder And some classes from Propel ORM project https://github.com/propelorm/Propel .
Installation
The easiest way is to use composer and packagist.org package csanquer/querybuilder.
Or copy manually the src/SQL directory and use a PSR-0 autoloader.
Requirements
- PHP >= 5.3.0
Getting Started
Read the API documentation generated by PHP Documentor 2
Licensing
License LGPL 3
- Copyright (C) 2009-2010 Justin Stayton justin.stayton@gmail.com
- Copyright (C) 2011 Matt Labrum
- Copyright (C) 2011-2012 Charles SANQUER charles.sanquer@gmail.com
This file is part of SQLQueryBuilder.
SQLQueryBuilder is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SQLQueryBuilder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with SQLQueryBuilder. If not, see http://www.gnu.org/licenses/.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2012-07-18