DoctrineStateMachineBundle icon indicating copy to clipboard operation
DoctrineStateMachineBundle copied to clipboard

[DEPRECATED] Doctrine2 behavior adding a finite state machine in your entities

Results 6 DoctrineStateMachineBundle issues
Sort by recently updated
recently updated
newest added

Could you make new release. There are some Symfony3 compatibility issues with the latest one from Oct-2015

There are some messages like: Can not jump from state "%s" to "%s" Can it be translated in Symfony ?

Hi, how to have 2 different state machines for one Entity, one for normal user and one for admin user. Admin will have possibility to set state Publish without Review...

Hey man, awesome bundle :+1: . I was looking for a way to support Finite's guard mechanism, and I stumbled upon some Finite limitation when it comes to methods for...

First of all, thanks for a create bundle, saved me a lot of work. I overwritten the config for StatefulEntitiesCallbacksListener and implemented it by myself. so i can use own...