Download the PHP package mamadou-aly-sy/query-builder without Composer
On this page you can find all versions of the php package mamadou-aly-sy/query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mamadou-aly-sy/query-builder
More information about mamadou-aly-sy/query-builder
Files in mamadou-aly-sy/query-builder
Download mamadou-aly-sy/query-builder
More information about mamadou-aly-sy/query-builder
Files in mamadou-aly-sy/query-builder
Vendor mamadou-aly-sy
Package query-builder
Short Description A simple php query builder
License MIT
Package query-builder
Short Description A simple php query builder
License MIT
Please rate this library. Is it a good library?
Informations about the package query-builder
QueryBuilder
A simple php query builder form mysql database
Requirements
php version:
>=8.0
Basic Usage
NOTE:
In order to execute the query directly inside the query builder you should pass an object
in the constructor that implement the following interface:
ConnectionInterface.php
:
after that you can use get, first, commit
methods to execute queries.
commit()
execute a query without resultfirst()
execute a query and get one resultget()
execute a query and get all result
All versions of query-builder with dependencies
PHP Build Version
Package Version
Requires
ext-pdo Version
*
The package mamadou-aly-sy/query-builder contains the following files
Loading the files please wait ....