hybridlogic/db
最新稳定版本:v1.0.2
Composer 安装命令:
composer require hybridlogic/db
包简介
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
README 文档
README
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
0.0 Table of Contents
- Introduction
- Examples
- Running Tests
- Troubleshooting
- Changelog
1.0 Introduction
This library provides a simple way to connect to and query databases, regardless of the underlying connection driver used i.e. PDO or MySQLi.
HL\DB handles normalizing preparing data and parsing results. It currently includes just a PDO driver but additional libraries will be added.
2.0 Examples
Examples can be found in ./example.php.
3.0 Running Tests
phpunit tests
Note that the test suite is currently incomplete.
4.0 Troubleshooting
@todo
5.0 Changelog
- [2012-12-08] Initial Version
- [2013-01-02] First Release
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-12