PHPackages                             isavon/yii2-quickstatus - 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. isavon/yii2-quickstatus

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

isavon/yii2-quickstatus
=======================

The Quickstatus extension for the Yii2 Framework

1.0(3y ago)01MITPHP

Since Jul 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/isavon/yii2-quickstatus)[ Packagist](https://packagist.org/packages/isavon/yii2-quickstatus)[ RSS](/packages/isavon-yii2-quickstatus/feed)WikiDiscussions master Synced today

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

 yii2-quickstatus ---

=======================

[](#----yii2-quickstatus----)

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

[](#installation)

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

To install, either run

```
$ php composer.phar require isavon/yii2-quickstatus "@dev"

```

or add

```
"isavon/yii2-quickstatus": "@dev"

```

to the `require` section of your `composer.json` file.

Changes
-------

[](#changes)

> NOTE: Refer the [CHANGE LOG](https://github.com/isavon/yii2-quickstatus/blob/master/CHANGE.md) for details on changes to various releases.

Usage
-----

[](#usage)

Add QuickStatusAction to your controller.

```
public function actions()
{
    return [
        'active' => [
            'class'     => QuickStatusAction::className(),
            'modelName' => Model::className(),
        ],
        'hidden' => [
            'class'     => QuickStatusAction::className(),
            'modelName' => Model::className()
        ]
    ];
}
```

Add QuickStatusBehavior to your model.

```
public function behaviors()
{
    return [
        [
            'class' => QuickStatusBehavior::className(),
        ]
    ];
}
```

And add `isavon\grid\ActionColumn` with `{active} {hidden}` template to GriwView widget in your view file.

```

```

Done!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1452d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e1f0a4235e43e88943049d6f28fcd665b852cf3d2f390c7d512f4b299ba05cb?d=identicon)[isavon](/maintainers/isavon)

---

Top Contributors

[![isavon](https://avatars.githubusercontent.com/u/824912?v=4)](https://github.com/isavon "isavon (2 commits)")

---

Tags

pluginjqueryyii2extensionwidgetstatusquick

### Embed Badge

![Health badge](/badges/isavon-yii2-quickstatus/health.svg)

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

###  Alternatives

[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

345.1M10](/packages/kartik-v-yii2-widget-colorinput)[keygenqt/yii2-autocomplete-ajax

A simple way to search model id of the attributes model

1016.4k](/packages/keygenqt-yii2-autocomplete-ajax)

PHPackages © 2026

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