library fsm
Finite State Machine Library for PHP
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
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)
dev-master
9999999-dev
Finite State Machine Library for PHP
Sources
Download
MIT
The Requires
The Development Requires
finite
fsm
state
machine
michcald
v1.0.0
1.0.0.0
Finite State Machine Library for PHP
Sources
Download
MIT
The Requires
The Development Requires
finite
fsm
state
machine
michcald