2017 © Pedro Peláez
 

symfony-bundle workflower-bundle

A Symfony bundle for Workflower

image

phpmentors/workflower-bundle

A Symfony bundle for Workflower

  • Friday, September 8, 2017
  • by iteman
  • Repository
  • 4 Watchers
  • 14 Stars
  • 7,695 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 9 Versions
  • 12 % Grown

The README.md

PHPMentorsWorkflowerBundle

A Symfony bundle for Workflower, (*1)

Total Downloads Latest Stable Version Latest Unstable Version, (*2)

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

PHPMentorsWorkflowerBundle can be installed using Composer., (*3)

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

Stable version:, (*5)

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

Development version:, (*6)

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

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

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

Configuration

app/config/config.yml:, (*8)

# ...

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

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., (*9)

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

License

The BSD 2-Clause License, (*11)

The Versions

06/04 2017
31/10 2016

1.2.x-dev

1.2.9999999.9999999-dev

A Symfony bundle for Workflower

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

symfony process flow workflow bpm bpmn

31/10 2016

v1.2.0

1.2.0.0

A Symfony bundle for Workflower

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

symfony process flow workflow bpm bpmn

27/04 2016

v1.1.0

1.1.0.0

A Symfony bundle for Workflower

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

symfony process flow workflow bpm bpmn

23/07 2015

v1.0.0

1.0.0.0

A Symfony bundle for Workflower

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

symfony process flow workflow bpm bpmn