Libraries tagged by DesignPattern
league/pipeline
13747935 Downloads
A plug and play pipeline implementation.
franzose/closure-table
979983 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
lunarstorm/laravel-ddd
26897 Downloads
A Laravel toolkit for Domain Driven Design patterns
wsdltophp/wsdlhandler
575020 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1625471 Downloads
Decorative design pattern to ease DOM handling
guilhermegonzaga/presenter
217410 Downloads
Implementation for Laravel of the presenter design pattern.
eonx-com/easy-repository
993094 Downloads
Provides an easy way to implement the Repository Design Pattern in your applications
domnikl/design-patterns-php
1164 Downloads
Sample code for several design patterns in PHP
teknoo/states
35072 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.
salehhashemi/laravel-repository
8262 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
118241 Downloads
A plug and play pipeline implementation.
mhndev/yii2-repository
4884 Downloads
repository implementation in Yii2
imanghafoori/laravel-decorator
10702 Downloads
A package to easily decorate your function calls.
florianwolters/component-util-singleton
173887 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
byjg/singleton-pattern
51683 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.