2017 © Pedro Peláez
 

library silex-couchbase

Couchbase driver provider for Silex

image

leongkui/silex-couchbase

Couchbase driver provider for Silex

  • Thursday, July 25, 2013
  • by leongkui
  • Repository
  • 1 Watchers
  • 0 Stars
  • 564 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Silex Couchbase Driver Provider

Installation

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)

Example

Check out simple example under "example" directory., (*4)

License

'silex-couchbase' is licensed under the MIT license., (*5)

The Versions

25/07 2013

dev-master

9999999-dev https://github.com/leongkui/silex-couchbase

Couchbase driver provider for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

silex couchbase