2017 © Pedro Peláez
 

library yii2-ssdb

SSDB - Yii SSDB PHP Client

image

ijackwu/yii2-ssdb

SSDB - Yii SSDB PHP Client

  • Friday, May 19, 2017
  • by ijackwu
  • Repository
  • 3 Watchers
  • 4 Stars
  • 96 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

yii2-ssdb

Yii2-ssdb - a Yii 2.0 SSDB extension, (*1)

Requirements

Yii 2.0 or above, (*2)

Installation

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

php composer.phar require 'ijackwu/yii2-ssdb:dev-master'

Configuration

To use this extension, you have to configure the Connection class in your application configuration:, (*4)

return [
    //....
    'components' => [
        'ssdb' => [
            'class' => 'ijackwu\ssdb\Connection',
            // or 
            // 'class' => 'ijackwu\ssdb\FastConnection',
            // @see https://github.com/jonnywang/phpssdb
            'host' => 'localhost',
            'port' => 8888,
            // 'password' => 'password',
        ],

        // cache
        'cache' => [
            'class' => 'ijackwu\ssdb\Cache',
        ],

        // session
        'session' => [
           // .....
           'class' => 'ijackwu\ssdb\SsdbSession',
        ],

    ]
];

SSDB, (*5)

The Versions

19/05 2017

dev-master

9999999-dev https://github.com/ijackwu/yii2-ssdb

SSDB - Yii SSDB PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jack Wu

19/05 2017

0.1

0.1.0.0 https://github.com/ijackwu/yii2-ssdb

SSDB - Yii SSDB PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jack Wu