kphoen/doctrine-state-machine

This package is abandoned and no longer maintained. No replacement package was suggested.

Doctrine2 state machine behavior

1.1.0 2016-02-29 19:19 UTC

This package is auto-updated.

Last update: 2022-02-01 12:27:45 UTC


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.