Skip to content

winzou/StateMachineBundle

Repository files navigation

A very lightweight yet powerful PHP state machine bundle

Define your states, define your transitions and your callbacks: we do the rest. The era of hard-coded states is over!

Build Status

Installation

Installation (via composer)

{
    "require": {
        "winzou/state-machine-bundle": "~0.1"
    }
}