Doctrine2 behavior adding a finite state machine in your entities.
The state machine implementation used is Finite.
This project is DEPRECATED and should NOT be used.
If someone magically appears and wants to maintain this project, I'll gladly give access to this repository.
Install the behavior adding kphoen/doctrine-state-machine to your composer.json or from CLI:
php composer.phar require kphoen/doctrine-state-machineJust launch the following command:
./bin/phpspec runThis behavior is released under the MIT license.
