leongkui/silex-couchbase

Couchbase driver provider for Silex

Installs: 570

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/leongkui/silex-couchbase

dev-master 2013-07-25 06:51 UTC

This package is not auto-updated.

Last update: 2025-11-03 21:53:05 UTC


README

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.