soluble / db
Soluble database common components
0.9.12
2015-12-31 10:52 UTC
Requires
- php: >=5.3.3
- ramsey/array_column: ~1.1
- zendframework/zend-cache: 2.*
- zendframework/zend-db: 2.*
- zendframework/zend-stdlib: 2.*
Suggests
- soluble/normalist: Dynamic ORM
README
Introduction
Soluble\Db offers various utilities accross the soluble components.
Requirements
Soluble components requires PHP 5.3+
Installation
Soluble/Db can be installed via composer. For composer documentation, please refer to getcomposer.org.
The recommended way to install Soluble\Db is through Composer <https://getcomposer.org/>
_.
Just add soluble/db in your composer.json file as described below
php composer.phar require soluble/db:0.*
Documentation
Documentation is hosted on Read the docs