iainp999/state-machine

Very simple state machine

Maintainers

Package info

github.com/iainp999/state_machine

pkg:composer/iainp999/state-machine

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-18 21:11:00 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.