iainp999/state-machine

Very simple state machine

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/iainp999/state-machine

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

This package is auto-updated.

Last update: 2025-09-18 20:04:34 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.