Libraries tagged by state design pattern
teknoo/states
33435 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
gmorel/state-workflow-bundle
418 Downloads
Helping you implementing a complex yet easily maintainable workflow
djsharman/state
135 Downloads
The State design pattern. Implemented in PHP and with style.
small/swoole-patterns
944 Downloads
This project provides implementations of async design patterns for PHP OpenSwoole projects.
unialteri/states
1000 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
rickwong/phur
9 Downloads
Phur - PHP Software Design Patterns framework
unialteri/states-bundle
522 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
teknoo/states-life-cycle
5394 Downloads
Component to extend the behavior of teknoo/states and provide a service to manage life cycles of stated class instances and automated their behavior
teknoo/states-bundle
2773 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
tonix-tuft/status-quo
77 Downloads
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.