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

ActiveProject

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

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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[guikingone/scheduler-bundle

A Symfony bundle that allows to schedule and create repetitive tasks

114217.4k](/packages/guikingone-scheduler-bundle)

PHPackages © 2026

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