Finite State Machine Library for PHP

Maintainers

Details

github.com/michcald/fsm

Source

Issues

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 3

Open Issues: 4

pkg:composer/michcald/fsm

v1.0.0 2015-04-05 21:46 UTC

This package is auto-updated.

Last update: 2025-09-28 11:55:08 UTC


README

A Finite State Machine (FSM) implementation for PHP.

You can use this library for creating:

  • DFA - Deterministic Finite Automaton
  • NFA - Nondeterministic Finite Automaton

Installation (using composer)

You can find the library in packagist here.

The last stable release is v1.0.1.

{
  "require": {
    "michcald/fsm": "1.0.*"
  }
}

Documentation

Read the documentation for 1.0.x