dev-master
9999999-dev https://github.com/leongkui/silex-couchbaseCouchbase driver provider for Silex
MIT
The Requires
- php >=5.3.0
The Development Requires
silex couchbase
Wallogit.com
2017 © Pedro Peláez
Couchbase driver provider for Silex
Create (or add to your) composer.json in your projects root-directory::, (*1)
{
"require": {
"leongkui/silex-couchbase": "*"
}
}
and run::, (*2)
curl -s http://getcomposer.org/installer | php php composer.phar install
This is just a silex provider module for couchbase driver, you will need to setup couchbase (http://www.couchbase.com/download) and install couchbase PHP driver (pecl install couchbase)., (*3)
Check out simple example under "example" directory., (*4)
'silex-couchbase' is licensed under the MIT license., (*5)
Couchbase driver provider for Silex
MIT
silex couchbase