-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Michael edited this page Apr 6, 2015
·
12 revisions
A Finite State Machine (FSM) implementation for PHP.
You can use this library for creating:
You can find the library in packagist here.
The latest stable release is v1.0.1
.
{
"require": {
"michcald/fsm": "1.0.*"
}
}
[The Stateful Entity](The Stateful Entity)
[The Model](The Model)
[The Validator](The Validator)
[The Accessor](The Accessor)
You can find working examples in the examples
folder.