Download the PHP package phpgt/database without Composer
On this page you can find all versions of the php package phpgt/database. 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 database
Database API organisation.
Encloses your application's database scripts within a simple and standardised interface, separating database access from your application logic.
The first parameter to any database functions is always the query name, which represents a query file on disk - either a raw SQL file or a PHP representation of a query using SqlBuilder.
Example usage
This library organises SQL access through a consistent API. To execute an example query located at src/query/user/getById.sql
, the following pattern is used:
Examples of CRUD operations:
Features at a glance
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-pdo Version *
phpgt/config Version ^v1.1.0
phpgt/cli Version ^1.3
greenlion/php-sql-parser Version ^4.6
ext-pdo Version *
phpgt/config Version ^v1.1.0
phpgt/cli Version ^1.3
greenlion/php-sql-parser Version ^4.6
The package phpgt/database contains the following files
Loading the files please wait ....