2017 © Pedro Peláez
 

yii2-extension yii2-nosql

PHP 5.4+ nosql driver for yii2

image

sweelix/yii2-nosql

PHP 5.4+ nosql driver for yii2

  • Wednesday, July 16, 2014
  • by pgaultier
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Sweelix Yii2 Riak Extension

This extension provides the Riak 1.4+ integration for the Yii2 framework., (*1)

Riak is not affiliated with Sweelix., (*2)

Installation

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

Either run, (*4)

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

or add, (*5)

"sweelix/yii2-nosql": "*"

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

General Usage

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

return [
    //....
    'components' => [
        'riak' => [
            'class' => 'sweelix\yii2\nosql\riak\Connection',
            'dsn' => 'riak:dsn=http://localhost:8098',
        ],
    ],
];

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*8)

Fork the project, create a feature branch , and send us a pull request., (*9)

The Versions

16/07 2014

dev-master

9999999-dev

PHP 5.4+ nosql driver for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Philippe Gaultier
by Christophe Latour

yii2 nosql activerecord riak riakcs

16/07 2014

dev-devel

dev-devel

PHP 5.4+ nosql driver for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Philippe Gaultier
by Christophe Latour

yii2 nosql activerecord riak riakcs

16/07 2014

1.0.0-beta

1.0.0.0-beta

PHP 5.4+ nosql driver for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Philippe Gaultier
by Christophe Latour

yii2 nosql activerecord riak riakcs