metabor / statemachine-doctrine-bridge
Doctrine implementation of the MetaborStd (Statemachine)
Installs: 44 891
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 6
Forks: 1
Open Issues: 0
Requires
- php: >=5.3
- doctrine/orm: >=2.4.0
- metabor/metabor-std: ~1.1.4
- metabor/statemachine: ~1.1.0
- symfony/expression-language: *
Requires (Dev)
Suggests
- clue/graph: For displaying process graph
README
Doctrine implementation of the MetaborStd (Statemachine)
If you want to use it in Symfony2 add this to your config.yml:
# {# app/config/config.yml #} doctrine: orm: mappings: statemachine: type: annotation prefix: Metabor\Bridge\Doctrine dir: "%kernel.root_dir%/../vendor/metabor/statemachine-doctrine-bridge/src/Metabor/Bridge/Doctrine" alias: Statemachine is_bundle: false