PHPackages                             fduch/workflow-bundle - 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. fduch/workflow-bundle

ActiveLibrary

fduch/workflow-bundle
=====================

workflow bundle for https://github.com/symfony/workflow component backported for Symfony 2.3+

2.0.2(9y ago)41206.1k↓48.3%51MITPHPPHP &gt;=5.5.9

Since Jul 14Pushed 9y ago5 watchersCompare

[ Source](https://github.com/fduch/workflow-bundle)[ Packagist](https://packagist.org/packages/fduch/workflow-bundle)[ Docs](https://github.com/fduch/workflow-bundle)[ RSS](/packages/fduch-workflow-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (9)Used By (1)

Workflow-bundle backported for Symfony 2.3+
===========================================

[](#workflow-bundle-backported-for-symfony-23)

[![Build Status](https://camo.githubusercontent.com/532f1fdcb00296848ff2aa5340e232ec76c4eab898fdb33d92afced5622e79bf/68747470733a2f2f7472617669732d63692e6f72672f66647563682f776f726b666c6f772d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fduch/workflow-bundle)

Bundle for  component backported for Symfony 2.3+ and &lt;3.2 from Symfony 3.2's FrameworkBundle. The main difference with original workflow management in Symfony 3.2+ applications is that workflow configuration must be set under `workflow` section instead of `framework` section in Symfony 3.2+. Such difference is caused by the fact that workflow configurations are handled by separate WorkflowBundle introduced by this package instead of FrameworkBundle in Symfony 3.2+.

> This version of the Bundle uses stable 3.2+ version of the [symfony/workflow](https://github.com/symfony/workflow) component. Due to BC-breaks introduced in Workflow component and FrameworkBundle inside 3.2-branch ([symfony/symfony#20462](https://github.com/symfony/symfony/pull/20462)) please use ([1.x](https://github.com/fduch/workflow-bundle/tree/1.x)) branch of the fduch/workflow-bundle with [symfony/workflow](https://github.com/symfony/workflow) component in old versions up to [cdddaeec794e4096f2f80f0298fc1a4b5bfacb83](https://github.com/symfony/workflow/commit/cdddaeec794e4096f2f80f0298fc1a4b5bfacb83) (non-including). Unfortunately there is no way to define such version constraint restrictions on the composer.json level: it can be done nether with `require` nor `conflict` sections, so you should check it manually.

Usage
=====

[](#usage)

Please install the bundle using composer:

```
composer require fduch/workflow-bundle

```

and register the bundle in your AppKernel class:

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new \Symfony\Bundle\WorkflowBundle\WorkflowBundle(),
    );
}
```

You can also check project [fduch/symfony-standard-workflow](https://github.com/fduch/symfony-standard-workflow) to see application example based on Symfony Standard Edition with workflow configured using `fduch/workflow-bundle`

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 92% 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 ~21 days

Recently: every ~9 days

Total

8

Last Release

3444d ago

Major Versions

0.3.0 → 1.0.02016-11-07

1.0.0 → 2.0.02016-11-23

1.x-dev → 2.0.12016-12-05

PHP version history (2 changes)0.1.0PHP &gt;=5.3.3

0.3.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/aff38c7c201e49cb668c6f45e6577f009f9acc211fe41f3737368cdc5de2c5f0?d=identicon)[fduch](/maintainers/fduch)

---

Top Contributors

[![fduch](https://avatars.githubusercontent.com/u/1204137?v=4)](https://github.com/fduch "fduch (23 commits)")[![wesnick](https://avatars.githubusercontent.com/u/519946?v=4)](https://github.com/wesnick "wesnick (2 commits)")

---

Tags

workflow

### Embed Badge

![Health badge](/badges/fduch-workflow-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fduch-workflow-bundle/health.svg)](https://phpackages.com/packages/fduch-workflow-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[riki137/multitron

Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.

9016.8k](/packages/riki137-multitron)

PHPackages © 2026

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