2017 © Pedro Peláez
 

library fsm

Finite State Machine Library for PHP

image

michcald/fsm

Finite State Machine Library for PHP

  • Monday, April 6, 2015
  • by michcald
  • Repository
  • 2 Watchers
  • 8 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FSM

A Finite State Machine (FSM) implementation for PHP., (*1)

You can use this library for creating: * DFA - Deterministic Finite Automaton * NFA - Nondeterministic Finite Automaton, (*2)

Installation (using composer)

You can find the library in packagist here., (*3)

The last stable release is v1.0.1., (*4)

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

Documentation

Read the documentation for 1.0.x, (*5)

The Versions

06/04 2015

dev-master

9999999-dev

Finite State Machine Library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

finite fsm state machine michcald

05/04 2015

v1.0.0

1.0.0.0

Finite State Machine Library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

finite fsm state machine michcald