metabor / statemachine-doctrine-bridge
Doctrine implementation of the MetaborStd (Statemachine) for PHP 8.2+
v3.0.1
2026-07-15 14:12 UTC
Requires
- php: >=8.2
- doctrine/collections: ^2.0
- doctrine/orm: ^2.20 || ^3.0
- metabor/metabor-std: ~3.0.0
- metabor/statemachine: ~3.0.0
- symfony/expression-language: ^6
Requires (Dev)
- phpunit/phpunit: ^11.0
- symfony/var-exporter: ^6.4 || ^7.0
Suggests
- clue/graph: For displaying process graph
This package is auto-updated.
Last update: 2026-07-15 17:48:00 UTC
README
Doctrine implementation of the MetaborStd (Statemachine)
If you want to use it in Symfony add this to your Doctrine configuration:
# config/packages/doctrine.yaml doctrine: orm: mappings: statemachine: type: attribute prefix: Metabor\Bridge\Doctrine dir: "%kernel.project_dir%/vendor/metabor/statemachine-doctrine-bridge/src/Metabor/Bridge/Doctrine" alias: Statemachine is_bundle: false