Releases: zinovyev/php-fsm
Releases · zinovyev/php-fsm
Release v0.6.5
Saving Context in the current State using Memento
Release v0.6
Custom Exceptions added, code fixed, examples expanded.
Basic Finite-state machine functionality
Finite-state machine allows you to create an object, containing different states and transitions between them,
that can change its behaviour according to the current state.