Skip to content

Releases: zinovyev/php-fsm

Release v0.6.5

20 May 11:11

Choose a tag to compare

Release v0.6.5 Pre-release
Pre-release

Saving Context in the current State using Memento

Release v0.6

19 May 20:54

Choose a tag to compare

Release v0.6 Pre-release
Pre-release

Custom Exceptions added, code fixed, examples expanded.

Basic Finite-state machine functionality

17 May 10:17

Choose a tag to compare

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.