Download the PHP package sairoko/query-builder without Composer
On this page you can find all versions of the php package sairoko/query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sairoko/query-builder
More information about sairoko/query-builder
Files in sairoko/query-builder
Download sairoko/query-builder
More information about sairoko/query-builder
Files in sairoko/query-builder
Vendor sairoko
Package query-builder
Short Description Fast SQL builder with PDO
License MIT
Homepage https://github.com/sairoko12/query-builder
Package query-builder
Short Description Fast SQL builder with PDO
License MIT
Homepage https://github.com/sairoko12/query-builder
Please rate this library. Is it a good library?
Informations about the package query-builder
Query builder
Simple and fast query builder, no more query strings in your code
Features
- PDO support
- Simple fetch result
- Easy usage
- Easy installation via composer
- SQL transaction support
- Stored Procedures support
- Table Alias support
- Super where method :\/
Future features
- Avoid auto commit within transaction
- Subqueries support between joins
- Put your features here ;)
Installation
Or add dependency in composer.json
file
SELECT Example
The assembly's method always returns your current SQL string query
Powerful WHERE
Where method return QB
object
JOIN Examples
GROUP BY & ORDER BY Example
LIMIT & OFFSET Example
INSERT Examples
UPDATE Examples
DELETE Examples
CALL PROCEDURE Example
This method use for complete PDO resources
More info visit PDO documentation
Transaction Example
Get PDO instance
Enjoy!
All versions of query-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package sairoko/query-builder contains the following files
Loading the files please wait ....