PHPackages                             jinowom/yii2-workflow-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jinowom/yii2-workflow-manager

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jinowom/yii2-workflow-manager
=============================

jinowom-workflow Manager for Yii2

v1.0.8(3y ago)020BSD-3-ClausePHP

Since Oct 30Pushed 3y agoCompare

[ Source](https://github.com/jinowom/yii2-workflow-manager)[ Packagist](https://packagist.org/packages/jinowom/yii2-workflow-manager)[ RSS](/packages/jinowom-yii2-workflow-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (10)Used By (0)

jinowom-workflow
================

[](#jinowom-workflow)

jinowom-workflow Manager for Yii2 友情提示： 本程序代码仅供特定业务自用; 如自行使用,不确保其在任何环境中的可用性。 tips: This program code is only used for specific business; If it is used by itself, its availability in any environment is not guaranteed.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist jinowom/yii2-workflow-manager "*"

```

or add

```
"jinowom/yii2-workflow-manager": "*"

```

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

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

[](#configuration)

```
$config = [
    'components' => [
        'workflowSource' => [
            'class' => 'jinowom\workflow\manager\components\WorkflowDbSource',
        ],
    ],
    'modules' => [
        'workflow' => [
            'class' => 'jinowom\workflow\manager\Module',
        ],
    ],
];
```

Usage
-----

[](#usage)

Simply visit `?r=workflow` within your application to start managing workflows.

Once you have defined a workflow, you can attach it to a model as follows:

```
class Post extends \yii\db\ActiveRecord
{
    public function behaviors()
    {
        return [
            [
                'class' => \jinowom\workflow\base\SimpleWorkflowBehavior::className(),
                'defaultWorkflowId' => 'post',
                'propagateErrorsToModel' => true,
            ],
        ];
    }
}
```

Usage
-----

[](#usage-1)

Once the extension is installed, simply use it in your code by :

```
```

## Links

- [Yii2 Extension](http://www.yiiframework.com/extension/yii2-workflow-manager)
- [Composer Package](https://packagist.org/packages/jinowom/yii2-workflow-manager)
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Every ~4 days

Total

9

Last Release

1255d ago

### Community

Maintainers

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

---

Top Contributors

[![jinostart](https://avatars.githubusercontent.com/u/41822778?v=4)](https://github.com/jinostart "jinostart (15 commits)")

---

Tags

workflowyii2extensionbpm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jinowom-yii2-workflow-manager/health.svg)

```
[![Health](https://phpackages.com/badges/jinowom-yii2-workflow-manager/health.svg)](https://phpackages.com/packages/jinowom-yii2-workflow-manager)
```

###  Alternatives

[richardfan1126/yii2-sortable-gridview

Sortable GridView for Yii2

29189.3k](/packages/richardfan1126-yii2-sortable-gridview)[sjaakp/yii2-taggable

Manage tags of ActiveRecord in Yii2.

3030.6k](/packages/sjaakp-yii2-taggable)

PHPackages © 2026

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