Skip to content

jinguanio/fsm-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSM

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

About

A Finite State Machine implementation for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%