Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrink0r/state-machine
Strict finite state machine for PHP7.
https://github.com/shrink0r/state-machine
fsm php71 state-machine
Last synced: about 2 months ago
JSON representation
Strict finite state machine for PHP7.
- Host: GitHub
- URL: https://github.com/shrink0r/state-machine
- Owner: shrink0r
- License: mpl-2.0
- Created: 2017-07-05T01:19:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:08:44.000Z (over 7 years ago)
- Last Synced: 2024-10-13T13:05:49.906Z (3 months ago)
- Topics: fsm, php71, state-machine
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# state-machine
[![Build Status](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/badges/build.png?b=master)](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/?branch=master)
[![Code Quality](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/daikon-cqrs/state-machine/?branch=master)Nice reads that inspired the implementation:
* [Why developers should be force-fed state machines](http://www.shopify.com/technology/3383012-why-developers-should-be-force-fed-state-machines)
* [Why Developers Never Use State Machines](http://www.skorks.com/2011/09/why-developers-never-use-state-machines/)