Libraries tagged by design-patterns
arunagirinathar/php-design-patterns
22 Downloads
A lightweight PHP package implementing common design patterns like Singleton and Factory. Useful for clean and efficient object management in PHP projects.
yapro/marker-interfaces
113 Downloads
Very useful design pattern
virtualcomplete/selector
6 Downloads
Selector pattern abstract class to manage polymorphism on the user level or run-time arguments.
tonix-tuft/status-quo
79 Downloads
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.
small/swoole-patterns
973 Downloads
This project provides implementations of async design patterns for PHP OpenSwoole projects.
runopencode/abstract-builder
215 Downloads
Simple prototype class for implementing builder pattern.
roquie/pipeline
452 Downloads
A plug and play pipeline implementation.
redrat/presenthor
9 Downloads
The crazy presenter pattern library
php-design-pattern/cqrs
21 Downloads
Basic classes and interfaces for the design pattern CQRS
php-design-pattern/command-bus
6 Downloads
Interfaces for the design pattern command bus
orakaro/ioc
54 Downloads
Tiny IoC module for static mocking in PHP
opmvpc/patrons
0 Downloads
design patterns examples
ntuangiang/php-observer
14 Downloads
This is a design pattern for observer
ngmy/specification
361 Downloads
This is a library to help implement the specification pattern in PHP. It provides on-memory validation, on-memory and ORM selection, and specification composite.
ngmy/observer
267 Downloads
A PHP library to implement the observer pattern