Finite icon indicating copy to clipboard operation
Finite copied to clipboard

A Simple PHP Finite State Machine

Results 63 Finite issues
Sort by recently updated
recently updated
newest added

Update composer description, PHP5.3+ to PHP 5.5+ according to composer "require" declaration

Currently, the `process` method of the transitions doesn't receive the parameters sent through `apply`, and it could be very useful in some situations, as mentioned in #116. It's a BC...

I have a specific case where numbers (integers) are used as state names. For some reason creating the state machine even with integers as strings, like "0" or "10", will...

All automated tests pass, but I haven't tested all functionality in-depth. Probably want to merge this into a different branch to test further. This PR allows use of this repo...