metabor/statemachine-doctrine-bridge

Doctrine implementation of the MetaborStd (Statemachine)

Maintainers

Package info

github.com/Metabor/DoctrineBridge

pkg:composer/metabor/statemachine-doctrine-bridge

Statistics

Installs: 44 985

Dependents: 0

Suggesters: 1

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-10 07:48:32 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