Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)