michcald / fsm
Finite State Machine Library for PHP
v1.0.0
2015-04-05 21:46 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- fabpot/php-cs-fixer: 2.0.*@dev
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2024-10-28 10:04:37 UTC
README
A Finite State Machine (FSM) implementation for PHP.
You can use this library for creating:
Installation (using composer)
You can find the library in packagist here.
The last stable release is v1.0.1
.
{ "require": { "michcald/fsm": "1.0.*" } }