2017 © Pedro Peláez
 

yii2-extension yii2-couchbase

Couchbase extension for the Yii framework with ActiveRecord, QueryBuilder and Migration support.

image

matrozov/yii2-couchbase

Couchbase extension for the Yii framework with ActiveRecord, QueryBuilder and Migration support.

  • Thursday, March 29, 2018
  • by matrozov
  • Repository
  • 3 Watchers
  • 5 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 42 % Grown

The README.md

Couchbase Extension for Yii2

This extension provides the Couchbase integration for the Yii framework 2.0 with ActiveRecord, QueryBuilder and Migration supports., (*1)

For license information check the LICENSE-file., (*2)

Documentation is at docs/guide-ru/README.md., (*3)

Latest Stable Version Total Downloads Build Status License, (*4)

Installation

This extension requires Couchbase PHP Extension version 2.3 or higher., (*5)

This extension requires Couchbase server version 4.6 or higher., (*6)

The preferred way to install this extension is through composer., (*7)

Either run, (*8)

php composer.phar require --prefer-dist matrozov/yii2-couchbase

or add, (*9)

"matrozov/yii2-couchbase": "dev-master"

to the require section of your composer.json., (*10)

Configuration

To use this extension, simply add the following code in your application configuration:, (*11)

return [
    //....
    'components' => [
        'couchbase' => [
            'class' => '\matrozov\couchbase\Connection',
            'dsn' => 'couchbase://localhost:11210',
            'userName' => 'Administrator',
            'password' => 'Administrator',
        ],
    ],
];

The Versions

29/03 2018

dev-master

9999999-dev https://github.com/matrozov/yii2-couchbase

Couchbase extension for the Yii framework with ActiveRecord, QueryBuilder and Migration support.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matrozov Oleg

yii2 active-record couchbase

29/03 2018

dev-Issue-1

dev-Issue-1 https://github.com/matrozov/yii2-couchbase

Couchbase extension for the Yii framework with ActiveRecord, QueryBuilder and Migration support.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matrozov Oleg

yii2 active-record couchbase