iainp999/state-machine

Very simple state machine

dev-master 2014-09-03 12:31 UTC

This package is auto-updated.

Last update: 2024-04-18 16:59:40 UTC


README

Very simple state machine implementation.

Define a set of transitions as part of an 'engine' and then use that engine to drive the behaviour of one or more state machines.

See example.php for usage.