Download the PHP package chillerlan/php-database without Composer
On this page you can find all versions of the php package chillerlan/php-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chillerlan/php-database
More information about chillerlan/php-database
Files in chillerlan/php-database
Download chillerlan/php-database
More information about chillerlan/php-database
Files in chillerlan/php-database
Vendor chillerlan
Package php-database
Short Description An extensible database wrapper and query builder for PHP 7.2+
License MIT
Homepage https://github.com/chillerlan/php-database
Package php-database
Short Description An extensible database wrapper and query builder for PHP 7.2+
License MIT
Homepage https://github.com/chillerlan/php-database
Please rate this library. Is it a good library?
Informations about the package php-database
chillerlan/php-database
A PHP SQL client and querybuilder for the most common databases, namely: MySQL, PostgreSQL, SQLite3, Microsoft SQL Server (Transact) and Firebird.
Documentation
Requirements
- PHP 8.2+
- one of the supported databases, set up to work with PHP:
- MySQL (5.5+) / MariaDB via ext-mysqli or ext-pdo_mysql
- PostgreSQL (9.5+) via ext-pgsql or ext-pdo_pgsql
- SQLite3 via ext-pdo_sqlite
- Firebird (2.5+) via ext-pdo_firebird
- Microsoft SQL Server (transact-sql) via ext-sqlsrv or ext-pdo_sqlsrv
Installation
requires composer
composer.json
(note: replace dev-main
with a version boundary)
Profit!
All versions of php-database with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
chillerlan/php-settings-container Version ^1.0
chillerlan/php-traits Version ^3.0
psr/simple-cache Version ^1.0
psr/log Version ^1.0
chillerlan/php-settings-container Version ^1.0
chillerlan/php-traits Version ^3.0
psr/simple-cache Version ^1.0
psr/log Version ^1.0
The package chillerlan/php-database contains the following files
Loading the files please wait ....