Skip to content

leongkui/silex-couchbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex Couchbase Driver Provider

Installation

Create (or add to your) composer.json in your projects root-directory::

{
    "require": {
        "leongkui/silex-couchbase": "*"
    }
}

and run::

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).

Example

Check out simple example under "example" directory.

License

'silex-couchbase' is licensed under the MIT license.

About

Simple Couchbase driver provider for Silex framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages