/yii2-couchbase

Yii2 couchbase extension

Primary LanguagePHPApache License 2.0Apache-2.0

CouchBase

CouchBase ActiveRecord

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist couchbase/yii2-couchbase "*"

or add

"couchbase/yii2-couchbase": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \nickcuper\couchbase\AutoloadExample::widget(); ?>```