PHPackages                             ijackwu/yii2-ssdb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. ijackwu/yii2-ssdb

ActiveLibrary[Database &amp; ORM](/categories/database)

ijackwu/yii2-ssdb
=================

SSDB - Yii SSDB PHP Client

0.1(9y ago)62583[1 issues](https://github.com/ijackwu/yii2-ssdb/issues)MITPHP

Since May 19Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ijackwu/yii2-ssdb)[ Packagist](https://packagist.org/packages/ijackwu/yii2-ssdb)[ Docs](https://github.com/ijackwu/yii2-ssdb)[ RSS](/packages/ijackwu-yii2-ssdb/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

yii2-ssdb
=========

[](#yii2-ssdb)

Yii2-ssdb - a Yii 2.0 SSDB extension

Requirements
------------

[](#requirements)

Yii 2.0 or above

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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

```

Configuration
-------------

[](#configuration)

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

```
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',
        ],

    ]
];
```

Links
-----

[](#links)

[SSDB](http://ssdb.io/)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/552be06dbff8a3e498ce610159af7e9e0cd1de7fb9776d34c650c0a09694b9a5?d=identicon)[ijackwu](/maintainers/ijackwu)

---

Top Contributors

[![jackwu365](https://avatars.githubusercontent.com/u/1488147?v=4)](https://github.com/jackwu365 "jackwu365 (8 commits)")

### Embed Badge

![Health badge](/badges/ijackwu-yii2-ssdb/health.svg)

```
[![Health](https://phpackages.com/badges/ijackwu-yii2-ssdb/health.svg)](https://phpackages.com/packages/ijackwu-yii2-ssdb)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yii2tech/illuminate

Yii2 to Laravel Migration Package

11415.8k](/packages/yii2tech-illuminate)[mootensai/yii2-relation-trait

Yii 2 Models load with relation, &amp; transaction save with relation

47229.1k9](/packages/mootensai-yii2-relation-trait)[nhkey/yii2-activerecord-history

Storage history of changes to ActiveRecord

46147.2k1](/packages/nhkey-yii2-activerecord-history)[dmstr/yii2-db

Database extensions

19642.9k6](/packages/dmstr-yii2-db)[spanjeta/yii2-backup

Database Backup and Restore functionality

285.3k1](/packages/spanjeta-yii2-backup)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
