chillerlan/php-database
Composer 安装命令:
composer require chillerlan/php-database
包简介
An extensible database wrapper and query builder.
关键字:
README 文档
README
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)
{
"require": {
"php": "^8.2",
"chillerlan/php-database": "dev-main"
}
}
Profit!
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 43
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-23