kphoen / doctrine-state-machine
Doctrine2 state machine behavior
Installs: 224 931
Dependents: 1
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 14
Open Issues: 0
Requires
- php: ~5.4|~7.0
- doctrine/common: ~2.2
- yohang/finite: ~1.0
Requires (Dev)
- doctrine/orm: ~2.2
- phpspec/phpspec: ~2.0
README
Doctrine2 behavior adding a finite state machine in your entities.
The state machine implementation used is Finite.
Status
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.
Installation
Install the behavior adding kphoen/doctrine-state-machine
to your composer.json or from CLI:
php composer.phar require kphoen/doctrine-state-machine
Tests
Just launch the following command:
./bin/phpspec run
License
This behavior is released under the MIT license.