kenlog/database-custom
最新稳定版本:4.1.0
Composer 安装命令:
composer require kenlog/database-custom
包简介
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
关键字:
README 文档
README
Database abstraction layer
Opis Database is a library that implements an abstraction layer over the PDO extension, by providing a powerful query builder along with an easy to use schema builder. The aim of the library is to provide an unified way of interacting with databases, no matter of the underlying relational database management system.
Currently, we are officially supporting MySQL, PostgreSQL, Microsoft SQL, and SQLite. We also provide experimental support - without any commitment regarding bug fixes and updates - for Firebird, IBM DB2, Oracle, and NuoDB query builder.
Documentation
The full documentation for this library can be found here
License
Opis Database is licensed under the Apache License, Version 2.0
Requirements
- PHP 7.0.* or higher
- PDO
Installation
Opis Database is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/database
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/database": "^4.0"
}
}
统计信息
- 总下载量: 73
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-03-03