Download the PHP package hybridlogic/db without Composer
On this page you can find all versions of the php package hybridlogic/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hybridlogic/db
More information about hybridlogic/db
Files in hybridlogic/db
Download hybridlogic/db
More information about hybridlogic/db
Files in hybridlogic/db
Vendor hybridlogic
Package db
Short Description A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
License MIT
Homepage https://github.com/Dachande663/PHP-DB
Package db
Short Description A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
License MIT
Homepage https://github.com/Dachande663/PHP-DB
Please rate this library. Is it a good library?
Informations about the package db
DB Connection Library
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
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package hybridlogic/db contains the following files
Loading the files please wait ....