crunch / state-machine
Customizable state machine library
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/crunch/state-machine
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-01-11 01:19:58 UTC
README
Create customizable state machines.
State machines are useful in any case, where a state of an entity must be tracked. A popular example is an order-and-payment-component, where the engine needs to keep track of the order, payment and shipping states.
Requirements
- PHP => 5.3
Contributors
See CONTRIBUTING.md for details on how to contribute.
- Sebastian "KingCrunch" Krebs krebs.seb@gmail.com -- http://www.kingcrunch.de/
License
This library is licensed under the MIT License. See the LICENSE file for details.