Download the PHP package spec-gen/state-workflow-spec-gen-bundle without Composer
On this page you can find all versions of the php package spec-gen/state-workflow-spec-gen-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package state-workflow-spec-gen-bundle
SpecGen - State Workflow Bundle
Ease complex workflow readability by generating its specification from your code base
Keywords : Workflow, Finite State Machine, Symfony2, Specification Generation
Specification Generator for StateWorkflowBundle.
The worst specifications are not updated specifications..
Aim is to have your Workflow Specification
(Available states and transitions) always up to date in order to ease your Domain readability.
Hence avoiding misunderstandings and allow new comers to assist you quicker in your project.
Saving you valuable time since you no more have to make sure your specs are up to date.
Generated specification for simple workflow
Generated specification for more complex workflow
Usage
From a Symfony2 project
Workflow specification files will be generated in {PROJECT ROOT}/specification/workflow/
Example : {PROJECT ROOT}/specification/workflow/demo.booking_engine.state_workflow.html
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding the following line in the app/AppKernel.php
file of your project:
Step 3: Implement your workflow
Using StateWorkflowBundle.
Credits
- Cytoscape Javascript Engine used to generate workflow specs.
Licence
MIT License (MIT)
Contributing
Wanting to ease understanding of your projects from yourself and team members ?
Wanting to contribute finding new ways of auto generating specifications from other SF2 project aspects ?
- Enhancing Micro service interactions readability ?
- DDD - Bounded Context - UML generation from application service ?
- Ubiquitous Language dictionary generator ?
- Other ideas ?
All versions of state-workflow-spec-gen-bundle with dependencies
symfony/symfony Version 2.6.*
sensio/distribution-bundle Version ~3.0,>=3.0.12
sensio/framework-extra-bundle Version ~3.0,>=3.0.2
incenteev/composer-parameter-handler Version ~2.0