Libraries tagged by state transition
grazulex/laravel-statecraft
5 Downloads
A declarative and testable way to model entity state transitions (orders, documents, processes…) with guard conditions, actions, and events.
milpa/orchestrator
93 Downloads
Generic event-sourced process engine for the Milpa PHP framework: process definitions composed from milpa/workflow states/transitions/gates, a pure reducer folding an EventStoreInterface log into process state, an auto-advancing runner, and human-gate decision surfaces via milpa/live.
contempt/workflow
5 Downloads
Typed state-machine and workflow engine with compiled transition maps.
xcopy/laravel-model-state-transitions
4 Downloads
Manage state transitions for your Laravel models with role-based access control and automatic history tracking.
simon-roland/state-machine
2 Downloads
A Laravel state machine trait for managing state transitions.
lenderspender/laravel-state-transition-workflow
5237 Downloads
State transition workflow
elcodi/state-transition-machine-bundle
2034 Downloads
Elcodi State Transition Machine Bundle
elcodi/state-transition-machine
3981 Downloads
Elcodi State Transition Machine Component
androlax2/laravel-model-state-graph
1 Downloads
A powerful state transition system for Laravel Eloquent models that provides field-level validation and business rule enforcement.
aegisora/state-transition-rule-guardian
1 Downloads
State Transition Rule Guardian provides a simple shortcut for state transition validation using aegisora/guardian and aegisora/state-transition-rule
dhii/transition-event-interface
1467 Downloads
Interfaces for PSR-14 events related to state machine transitions.
php-architecture-kit/state-machine
18 Downloads
Graph-based state machine engine for PHP — supports parallel pointers, conditional transitions, typed state, and domain events.
robertripoll/automatic-finite-state-machine
13 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.
pablopetr/laravel-state-machine
1 Downloads
Laravel-friendly state machine with class-based transitions and attribute binding
philiprehberger/php-state-machine
68 Downloads
Declarative state machine with guards, hooks, and transition history