Statemachine
Statemachine copied to clipboard
Statemachine in PHP 5.6 / PHP 7
Since moving to PHP 8.1, we are having issues regarding the `Deprecated return type` errors. Lots of them. Is there PHP8.1 compatibility work in the plan? One of the error:...
As a developer, I want to be able to add observers either to a reached target state or a completed transition, so that I can trigger any follow-up actions, e.g....
As a developer, I want to have commands attached directly to a transition, so that these are executed only if and after all conditions are met. The status shall only...