All Projects → K-Phoen → DoctrineStateMachineBehavior

K-Phoen / DoctrineStateMachineBehavior

Licence: MIT license
[DEPRECATED] Doctrine2 behavior adding a finite state machine in your entities

Programming Languages

PHP
23972 projects - #3 most used programming language

DoctrineStateMachineBehavior Build Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].