php database
3.1.0
A PHP SQL client and querybuilder for the most common databases, namely: MySQL, PostgreSQL, SQLite3, Microsoft SQL Server (Transact) and Firebird.
requires composer
(note: replace dev-main
with a version boundary)
{
"require": {
"php": "^8.2",
"chillerlan/php-database": "dev-main"
}
}
Profit!