PHPackages                             zacksleo/yii-client - 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. [Framework](/categories/framework)
4. /
5. zacksleo/yii-client

ActiveYii2-extension[Framework](/categories/framework)

zacksleo/yii-client
===================

yii client manage module

1.0.2(7y ago)0131MITPHPCI failing

Since Jan 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zacksleo/yii-client)[ Packagist](https://packagist.org/packages/zacksleo/yii-client)[ RSS](/packages/zacksleo-yii-client/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/c3a193bdfcffd693b55c52ac84e1cf68b6c1a6e3d029c39be3438d2305b456b2/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f7969692d636c69656e742f76657273696f6e)](https://packagist.org/packages/zacksleo/yii-client)[![Total Downloads](https://camo.githubusercontent.com/f18b95ce092155f7588539ece6e3fb3cc4f0b9c56b7a5bf9696df981bf51dce8/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f7969692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/zacksleo/yii-client)[![License](https://camo.githubusercontent.com/e20e62ba92adf9181d620d43a5608adb02254e2bea1e086458ebbaa0c1724cef/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f7969692d636c69656e742f6c6963656e7365)](https://packagist.org/packages/zacksleo/yii-client)[![Build Status](https://camo.githubusercontent.com/2843679680c4db55cd2d46ebecf4748801e56c86eb930c608d8e3f606540f1ba/68747470733a2f2f7472617669732d63692e6f72672f7a61636b736c656f2f7969692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zacksleo/yii-client)[![StyleCI](https://camo.githubusercontent.com/0f0359a429a3236fc46f710e806a3073584b06a8f743e2500a1adccc3b5f16ac/68747470733a2f2f7374796c6563692e696f2f7265706f732f38323331383930372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/82318907)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dc1f23975f8f7771a431c569f6e84980cd19a4f244bff87d1aecba70bc199a64/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a61636b736c656f2f7969692d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zacksleo/yii-client/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/34bcdb8efce2380fba79f040ee3e813c532496957daac01de97c8b0bd201bd40/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a61636b736c656f2f7969692d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zacksleo/yii-client/?branch=master)

yii client module
=================

[](#yii-client-module)

Migration
---------

[](#migration)

- Config Migration Path in Yii config file like this

```
    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                ...
                '@zacksleo/yii2/client/migrations',
            ],
        ],
    ],

```

- Or run migration by By migrationPath Parameter

```
  ./yii migrate --migrationPath=@zacksleo/yii2/client/migrations

```

Config Module in components part
--------------------------------

[](#config-module-in-components-part)

```
    'rom-release' => [
        'class' => 'zacksleo\yii2\ad\Module',
    ]

```

Use Actions
-----------

[](#use-actions)

```
class AdController extends Controller
{
    public function actions()
    {
        return [
            'index' => [
                'class' => 'zacksleo\yii2\ad\actions\IndexAction'
            ]
        ];
    }
}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~2 days

Total

4

Last Release

2673d ago

Major Versions

0.0.1 → 1.0.02019-01-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e97b8a6f67b09513e345a128d73a63898ae1ec9f6a6c77234c78b3f16d305d1?d=identicon)[zacksleo](/maintainers/zacksleo)

---

Top Contributors

[![zacksleo](https://avatars.githubusercontent.com/u/3369169?v=4)](https://github.com/zacksleo "zacksleo (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zacksleo-yii-client/health.svg)

```
[![Health](https://phpackages.com/badges/zacksleo-yii-client/health.svg)](https://phpackages.com/packages/zacksleo-yii-client)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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