csanquer / querybuilder
SQL Query Builder library
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2024-10-26 13:55:49 UTC
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/.