crunch / state-machine
This package is abandoned and no longer maintained.
No replacement package was suggested.
Customizable state machine library
dev-master
2013-06-26 22:29 UTC
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.