2017 © Pedro Peláez
 

library querybuilder

SQL Query Builder library

image

csanquer/querybuilder

SQL Query Builder library

  • Monday, December 31, 2012
  • by csanquer
  • Repository
  • 2 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 57 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SQLQueryBuilder

Build Status, (*1)

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 ., (*2)

Based on original work by Justin Stayton https://github.com/jstayton/QueryBuilder And some classes from Propel ORM project https://github.com/propelorm/Propel ., (*3)

Installation

The easiest way is to use composer and packagist.org package csanquer/querybuilder., (*4)

Or copy manually the src/SQL directory and use a PSR-0 autoloader., (*5)

Requirements

  • PHP >= 5.3.0

Getting Started

Read the documentation, (*6)

Read the API documentation generated by PHP Documentor 2, (*7)

Licensing

License LGPL 3, (*8)

This file is part of SQLQueryBuilder., (*9)

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., (*10)

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., (*11)

You should have received a copy of the GNU Lesser General Public License along with SQLQueryBuilder. If not, see http://www.gnu.org/licenses/., (*12)

The Versions

31/12 2012

dev-php5.2

dev-php5.2

SQL Query Builder library

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2

 

by Charles SANQUER

sql query

31/12 2012

dev-master

9999999-dev

SQL Query Builder library

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.3

 

by Charles SANQUER

sql query

18/07 2012

0.8

0.8.0.0

SQL Query Builder library

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.3

 

by Charles SANQUER

sql query

28/03 2012

0.7

0.7.0.0

SQL Query Builder library

  Sources   Download

by Charles SANQUER