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 today

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 32% 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

2585d 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

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[bartlett/php-compatinfo

Find out the minimum version and the extensions required for a piece of code to run

38298.7k7](/packages/bartlett-php-compatinfo)[brexis/laravel-workflow

Integerate Symfony Workflow component into Laravel.

283125.6k](/packages/brexis-laravel-workflow)[ringierimu/state-workflow

Laravel State Workflow provide tools for defining and managing workflows and activities with ease.

3251.1k](/packages/ringierimu-state-workflow)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k134](/packages/symfony-ai-platform)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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