PHPackages                             chencha/processes - 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. chencha/processes

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

chencha/processes
=================

Enables definition of a process in a system via json file

0.1.0(11y ago)016MITPHP

Since Mar 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/prodeveloper/processes)[ Packagist](https://packagist.org/packages/chencha/processes)[ RSS](/packages/chencha-processes/feed)WikiDiscussions master Synced 1mo ago

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

\##Processes dispatcher

This package is an extension of the *chencha/conveyor* package found here () This system parses a json file describing a process, compiles it to a *chencha/conveyor* process and runs it.

A sample process description would be:

```
{
  "name": "Registration",
  "belts": [
    {
      "validation": ["EmailValidation"],
      "persistence": [SaveInDatabase","UpdateElastic"]
    }
  ]
}

```

This would be translated to the following steps

1. Start Registration Process
2. Run the given data through the validation belt

- Run the subject through *EmailValidation* class

3. If no StopBeltException is thrown then run subject through persistence belt

- Run the subject through *SaveInDatabase* class
- Run the subject through *UpdateElastic* class

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

4067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a87b37a74388f9b12fcdbf3bd4a2df5212a570e1042b1781600116a8e79b791?d=identicon)[jchencha](/maintainers/jchencha)

---

Top Contributors

[![prodeveloper](https://avatars.githubusercontent.com/u/1224225?v=4)](https://github.com/prodeveloper "prodeveloper (9 commits)")

### Embed Badge

![Health badge](/badges/chencha-processes/health.svg)

```
[![Health](https://phpackages.com/badges/chencha-processes/health.svg)](https://phpackages.com/packages/chencha-processes)
```

###  Alternatives

[phptars/tars2php

php代码自动生成工具

1211.1k5](/packages/phptars-tars2php)

PHPackages © 2026

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