metabor/statemachine-doctrine-bridge

Doctrine implementation of the MetaborStd (Statemachine)

v1.1.2 2016-10-04 13:20 UTC

This package is auto-updated.

Last update: 2024-03-10 03:21:02 UTC


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