laravel-operations
by cboxdk
Durable, multi-step operations for Laravel — a strict state machine with per-step progress, idempotent retries, and a stall sweep.
laravel-jobwarden
by kpconnell
A database-backed alternative to Horizon & Laravel Queues — durable jobs, sophisticated batches, high observability & scheduling that survive worker and host crashes, with no Redis to operate.
laravel-state-machine
by webrek
Declarative state machines for Eloquent models with guards, events and transition history.
laravel-rails
A Laravel package to create and execute workflows (rails) inside your app
laravel-enum-states
by innoge
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
utilitarian-laravel-toolkit
Laravel implementation of Utilitarian Architecture: CQRS operations (Query, Command, Action), State Machine, and Data mapping utilities
laravel-status-transition
by rizalsaja
A simple and flexible trait to add state machine behaviour to Laravel Eloquent models, with transition validation and automatic history tracking.
symflow-laravel
by vandetho
A Symfony-compatible workflow engine for Laravel. State machines, Petri nets, guards, events, validation, weighted arcs, middleware, and YAML/JSON/PHP import/export.
laravel-enum-states
A state machine library for Laravel using native PHP 8.1 Backed Enums as the single source of truth.
laravel-workflow
by pixielity
Workflow engine for Laravel applications with state management and transitions
laravel-fsm
A robust, plug-and-play Finite State Machine (FSM) package for Laravel applications.
workflow-engine-laravel
Laravel integration for the Workflow Engine - providing Eloquent models, service providers, and artisan commands for seamless workflow management
laravel-state-machine
by jobmetric
This package is for implementing the Eloquent State Machine of various Laravel projects.
laravel-state-machine
by jxckaroo
A simple state machine to handle model transactions, based on a list of pre-defined rules, for Laravel.