FSM
A Finite State Machine (FSM) implementation for PHP.
You can use this library for creating:
Installation (using composer)
You can find the library in packagist here.
The last stable release is v1.0.1.
{
"require": {
"michcald/fsm": "1.0.*"
}
}