binsoul / db
Common database related classes and interfaces
dev-master / 1.0.x-dev
2016-04-28 17:34 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- fabpot/php-cs-fixer: ^1.0
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2024-10-14 22:51:54 UTC
README
This package provides common database related classes and interfaces and includes a default database implementation and a default connection pool implementation.
The interfaces define a thin wrapper for SQL statement execution using connection pools and split read and write connections. Different database platform implementations can provide specialized connection, result and statement builder classes.
Install
Via composer:
$ composer require binsoul/db
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.