PHPackages                             den1008/workflower-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. den1008/workflower-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

den1008/workflower-bundle
=========================

A Symfony bundle for Workflower

v1.4.0(8y ago)03BSD-2-ClausePHPPHP &gt;=5.3.9

Since Jul 23Pushed 4y agoCompare

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

READMEChangelogDependencies (9)Versions (7)Used By (0)

PHPMentorsWorkflowerBundle
==========================

[](#phpmentorsworkflowerbundle)

A Symfony bundle for [Workflower](https://github.com/phpmentors-jp/workflower)

[![Total Downloads](https://camo.githubusercontent.com/0a7cc8d2dc4d45062da81b84c85dd2d471ab2d91de5462f5be9fc0538120078a/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f776f726b666c6f7765722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/phpmentors/workflower-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/023ce04c17f666d8658e42e3c1b85af6ce0912ebea7a51f8e5d3a8571e765247/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f776f726b666c6f7765722d62756e646c652f762f737461626c65)](https://packagist.org/packages/phpmentors/workflower-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/c22274ba60ee5fa1c88140b657729fe74325d4d349f274e234d5598494e09759/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f776f726b666c6f7765722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/phpmentors/workflower-bundle)

Features
--------

[](#features)

- Integration with the service container by the `phpmentors_workflower.process_aware` tag
- Integration with the security system for workflow participants
- Transparent serialization/deserialization support for entities with Doctrine ORM
- Multiple workflow contexts (which are directories where BPMN files are stored)

Installation
------------

[](#installation)

`PHPMentorsWorkflowerBundle` can be installed using [Composer](http://getcomposer.org/).

First, add the dependency to `phpmentors/workflower-bundle` into your `composer.json` file as the following:

**Stable version:**

```
composer require phpmentors/workflower-bundle "1.4.*"

```

**Development version:**

```
composer require phpmentors/workflower-bundle "~1.5@dev"

```

Second, add `PHPMentorsWorkflowerBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:

```
// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new PHPMentors\WorkflowerBundle\PHPMentorsWorkflowerBundle(),
        );
        // ...
```

Configuration
-------------

[](#configuration)

`app/config/config.yml:`

```
# ...

phpmentors_workflower:
    serializer_service: phpmentors_workflower.base64_php_workflow_serializer # Defaults to `phpmentors_workflower.php_workflow_serializer`
    workflow_contexts:
        app:
            definition_dir: "%kernel.root_dir%/../src/AppBundle/Resources/config/workflower" # A directory where BPMN files for the `app` context are stored
```

Documentation
-------------

[](#documentation)

- [Quick Start Guide](https://github.com/phpmentors-jp/workflower/blob/master/docs/quick-start-guide.md)
- [Release Notes](https://github.com/phpmentors-jp/workflower-bundle/releases)

Support
-------

[](#support)

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/workflower-bundle/issues).

Copyright
---------

[](#copyright)

Copyright (c) 2015-2017 KUBO Atsuhiro, All rights reserved.

License
-------

[](#license)

[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.6% 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 ~155 days

Recently: every ~124 days

Total

6

Last Release

3173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30196fe5fe669439fd379444b336334df21a9e7f370b3ca8c8521a5e4703a942?d=identicon)[den1008](/maintainers/den1008)

---

Top Contributors

[![iteman](https://avatars.githubusercontent.com/u/52985?v=4)](https://github.com/iteman "iteman (87 commits)")[![77web](https://avatars.githubusercontent.com/u/296615?v=4)](https://github.com/77web "77web (2 commits)")[![den1008](https://avatars.githubusercontent.com/u/12111434?v=4)](https://github.com/den1008 "den1008 (2 commits)")

---

Tags

symfonyprocessworkflowflowbpmbpmnbpms

### Embed Badge

![Health badge](/badges/den1008-workflower-bundle/health.svg)

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

###  Alternatives

[phpmentors/workflower-bundle

A Symfony bundle for Workflower

2415.2k](/packages/phpmentors-workflower-bundle)[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)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[phpmentors/workflower

A BPMN 2.0 workflow engine for PHP

70652.9k4](/packages/phpmentors-workflower)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)

PHPackages © 2026

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