Libraries tagged by state transition machine
symfony/workflow
28562103 Downloads
Provides tools for managing a workflow or finite state machine
yohang/finite
3030292 Downloads
A simple PHP Finite State Machine
henzeb/enumhancer
146439 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
gomachan46/state-machine
73945 Downloads
simple state machine with annotations for PHP, inspired by AASM known as a Ruby state machine.
rolfvreijdenberger/izzum-statemachine
22154 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
zinovyev/php-fsm
5990 Downloads
PHP Finite-state Machine
elcodi/state-transition-machine
3945 Downloads
Elcodi State Transition Machine Component
star/state-machine
10424 Downloads
PHP implementation of a configurable State Machine, Workflow, transitions for your domain models
gecche/laravel-fsm-model
170 Downloads
Use eloquent models as Finite State Machines
dor-denis/validated-statemachine
1450 Downloads
Configurable state machine with ability to validate transitions
nihikki/finite
2247 Downloads
A simple PHP7.2+ Finite State Machine
elcodi/state-transition-machine-bundle
2010 Downloads
Elcodi State Transition Machine Bundle
dhii/transition-event-interface
1434 Downloads
Interfaces for PSR-14 events related to state machine transitions.
simon-roland/state-machine
1 Downloads
A Laravel state machine trait for managing state transitions.
robertripoll/automatic-finite-state-machine
12 Downloads
A basic Finite State Machine, based on Symfony Workflows. It allows the creation and usage of automatic finite state machines, that is, they apply transitions based on the current state and the possible transitions available.