Package Data | |
---|---|
Maintainer Username: | Luceos |
Package Create Date: | 2016-10-12 |
Package Last Update: | 2024-06-14 |
Home Page: | https://state-machine.readme.io/docs |
Language: | PHP |
License: | mit |
Last Refreshed: | 2024-11-14 15:08:06 |
Package Statistics | |
---|---|
Total Downloads: | 2,389 |
Monthly Downloads: | 19 |
Daily Downloads: | 0 |
Total Stars: | 15 |
Total Watchers: | 5 |
Total Forks: | 1 |
Total Open Issues: | 0 |
The state machine is a flexible library that helps you move Eloquent models from States through Transitions while emitting events along the way.
Let's say we have a Cat, who does two things, being
In order to become Awake from his initial state being Asleep, the cat has to
Now if we look at the state machine definition we can see the above is perfectly mapped out.
composer require hyn/state-machine
Read more about installation and configuration on state-machine.readme.io.
Run the tests with:
vendor/bin/phpunit