2017 © Pedro PelĂĄez
 

library workflow-bundle

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

image

fduch/workflow-bundle

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

  • Monday, December 12, 2016
  • by fduch
  • Repository
  • 6 Watchers
  • 41 Stars
  • 75,533 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 9 Versions
  • 10 % Grown

The README.md

Workflow-bundle backported for Symfony 2.3+

Build Status, (*1)

Bundle for https://github.com/symfony/workflow component backported for Symfony 2.3+ and <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+., (*2)

This version of the Bundle uses stable 3.2+ version of the symfony/workflow component. Due to BC-breaks introduced in Workflow component and FrameworkBundle inside 3.2-branch (https://github.com/symfony/symfony/pull/20462) please use (1.x) branch of the fduch/workflow-bundle with symfony/workflow component in old versions up to 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., (*3)

Usage

Please install the bundle using composer:, (*4)

composer require fduch/workflow-bundle

and register the bundle in your AppKernel class:, (*5)

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

You can also check project fduch/symfony-standard-workflow to see application example based on Symfony Standard Edition with workflow configured using fduch/workflow-bundle, (*6)

The Versions

12/12 2016

dev-master

9999999-dev https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

12/12 2016

2.0.2

2.0.2.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

05/12 2016

2.0.1

2.0.1.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

23/11 2016

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

23/11 2016

2.0.0

2.0.0.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

07/11 2016

0.3.0

0.3.0.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

07/11 2016

1.0.0

1.0.0.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

20/07 2016

0.2.0

0.2.0.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow

14/07 2016

0.1.0

0.1.0.0 https://github.com/fduch/workflow-bundle

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar fduch

workflow