PHPackages                             rezzza/jobflow - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. rezzza/jobflow

AbandonedArchivedStandalone[Queues &amp; Workers](/categories/queues)

rezzza/jobflow
==============

Makes batch job creation easier

v0.4.1(11y ago)293084[10 issues](https://github.com/rezzza/jobflow/issues)[1 PRs](https://github.com/rezzza/jobflow/pulls)MITPHPPHP &gt;=5.4.0

Since Sep 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rezzza/jobflow)[ Packagist](https://packagist.org/packages/rezzza/jobflow)[ Docs](https://github.com/rezzza/jobflow)[ RSS](/packages/rezzza-jobflow/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (10)Versions (7)Used By (0)

Jobflow
=======

[](#jobflow)

[![Build Status](https://camo.githubusercontent.com/9fdc357673623ea15b7c3144f8bf473886ff7c5108918214bd2ee478a77a6827/68747470733a2f2f7472617669732d63692e6f72672f72657a7a7a612f6a6f62666c6f772e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/rezzza/jobflow) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/de96a50f3148b023687a9f2dcacab5913eaf2569b73d4158ee02fafa2cadff40/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72657a7a7a612f6a6f62666c6f772f6261646765732f7175616c6974792d73636f72652e706e673f733d38353037326166363761333466386137386130636330623232653637656237333361333236336530)](https://scrutinizer-ci.com/g/rezzza/jobflow/)

Makes batch jobs creation Simpler, Easier, Faster.

ETL pattern support thanks to :

**Warning** : This code has not been executed in production.

Introduction
------------

[](#introduction)

Have a look on the slides introduced during the sfPot Marseille on 2013-09-12 :

-  \[French\]

Usage
-----

[](#usage)

Have a look to the examples:

- [first basic example](/examples/basic.php)
- advanced rabbitmq example:
    - [Client](/examples/placetostreet-rmq.php)
    - [Job](/examples/jobs/PlaceToStreetJob.php)
- advanced rabbitmq example with pipe:
    - [Client](/examples/github-contributor-email.php)
    - [Job](/examples/jobs/GithubEmailJob.php)

Frameworks
----------

[](#frameworks)

### Symfony :

[](#symfony-)

Add the following bundle in your kernel :
`new \Rezzza\Jobflow\Plugin\SymfonyBundle\RezzzaJobflowBundle()`

Create your job with jobflow and then run the symfony commands :

```
app/console jobflow:run myJobName --transport=[php|rabbitmq]

```

If you run rabbitmq transport you should run workers:

```
app/console jobflow:worker

```

Config
------

[](#config)

To setup rabbitmq, in your config.yml :

```
rezzza_jobflow:
    transports:
        rabbitmq:
            connections:
                jobflow:
                    host:      'localhost'
                    port:      5672
                    user:      'guest'
                    password:  'guest'
                    vhost:     '/'
```

Tests
-----

[](#tests)

Units tests powered by atoum :

Credits
-------

[](#credits)

Builder Architecture heavily inspired by Symfony Form Component :

[![Bitdeli Badge](https://camo.githubusercontent.com/322cf32e0f69f6be0599110939b34e3fbf246da46572d215ce20dbc3bd796b4c/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f72657a7a7a612f6a6f62666c6f772f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~99 days

Total

5

Last Release

4224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71b2691f4ac490f3ae00553c722631e184283c2677e2da3f68af8d85e17dc7ce?d=identicon)[tyx](/maintainers/tyx)

---

Top Contributors

[![tyx](https://avatars.githubusercontent.com/u/245494?v=4)](https://github.com/tyx "tyx (214 commits)")[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (3 commits)")[![armandabric](https://avatars.githubusercontent.com/u/95120?v=4)](https://github.com/armandabric "armandabric (2 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![shouze](https://avatars.githubusercontent.com/u/54712?v=4)](https://github.com/shouze "shouze (1 commits)")

---

Tags

jobbatchetl

### Embed Badge

![Health badge](/badges/rezzza-jobflow/health.svg)

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

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[akeneo/batch-bundle

Akeneo Symfony Batch Bundle

401.1M3](/packages/akeneo-batch-bundle)[yokai/batch

Batch architecture library inspired by Akeneo Batch

1238.3k13](/packages/yokai-batch)

PHPackages © 2026

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