Download the PHP package readdle/fqdb without Composer
On this page you can find all versions of the php package readdle/fqdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fqdb
fqdb
Wrapper for PDO with specific DB operations and more checks. Available via composer.
Instantiating:
Create FQDB instance directly
Create FQDB instance via FQDBProvider
Examples of usage:
FQDB has separate methods for different SQL queries. It throws exception if SQL query and method name does not match.
- insert
- delete
- replace
- update
- set
- select and show (queryValue, queryList, queryVector, queryAssoc, queryTable, queryObj, queryObjArray, queryTableCallback, queryTableGenerator, queryHash)
FQDB uses PDO named parameters with additional checks for unused parameters and unbind parameters.
For MySQL driver FQDB has optional warning reporting that emits MySQL warnings as PHP warnings.
All versions of fqdb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-pdo Version *
ext-json Version *
symfony/event-dispatcher-contracts Version ^2.0|^3.0
ext-pdo Version *
ext-json Version *
symfony/event-dispatcher-contracts Version ^2.0|^3.0
The package readdle/fqdb contains the following files
Loading the files please wait ....