PHPackages                             okami-chen/symfony-event - 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. okami-chen/symfony-event

ActiveProject[Utility &amp; Helpers](/categories/utility)

okami-chen/symfony-event
========================

1.0.2(7y ago)03MITPHPPHP &gt;=7.0.0

Since Apr 12Pushed 7y agoCompare

[ Source](https://github.com/okami-chen/symfony-event)[ Packagist](https://packagist.org/packages/okami-chen/symfony-event)[ RSS](/packages/okami-chen-symfony-event/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel Symfony Event &amp;&amp; Symfony WorkFlow
=================================================

[](#laravel-symfony-event--symfony-workflow)

Model
-----

[](#model)

```
use OkamiChen\SymfonyEvent\FlowTrait;

protected $flowName = 'order';
```

工作流配置
-----

[](#工作流配置)

```
places:
    - draft
    - review
    - rejected
    - published
    - deleted
    - hidden
transitions:
    review:
        from: draft
        to:   review
    publish:
        from: review
        to:   published
    reject:
        from: [review,draft]
        to:   [rejected]
    delete:
        from: published
        to:   deleted
    hidden:
        from: published
        to:   hidden

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

2636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52c09dee797f508545e0efff783a551238061e54b791bcec49cf92cde32b104f?d=identicon)[0001000xyz](/maintainers/0001000xyz)

---

Top Contributors

[![okami-chen](https://avatars.githubusercontent.com/u/26133935?v=4)](https://github.com/okami-chen "okami-chen (1 commits)")[![x25125x](https://avatars.githubusercontent.com/u/11289287?v=4)](https://github.com/x25125x "x25125x (1 commits)")

### Embed Badge

![Health badge](/badges/okami-chen-symfony-event/health.svg)

```
[![Health](https://phpackages.com/badges/okami-chen-symfony-event/health.svg)](https://phpackages.com/packages/okami-chen-symfony-event)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k245.4M24.0k](/packages/friendsofphp-php-cs-fixer)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[phpro/soap-client

A general purpose SoapClient library

8895.9M52](/packages/phpro-soap-client)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)

PHPackages © 2026

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