Libraries tagged by DesignPattern
league/pipeline
13125801 Downloads
A plug and play pipeline implementation.
franzose/closure-table
937692 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
lunarstorm/laravel-ddd
21071 Downloads
A Laravel toolkit for Domain Driven Design patterns
mhndev/yii2-repository
3758 Downloads
repository implementation in Yii2
imanghafoori/laravel-decorator
10311 Downloads
A package to easily decorate your function calls.
wsdltophp/wsdlhandler
536867 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1550769 Downloads
Decorative design pattern to ease DOM handling
guilhermegonzaga/presenter
211556 Downloads
Implementation for Laravel of the presenter design pattern.
eonx-com/easy-repository
936841 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
salehhashemi/laravel-repository
7216 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
105263 Downloads
A plug and play pipeline implementation.
byjg/singleton-pattern
50019 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
jpc/design-pattern
38850 Downloads
Simple Design Patter integration
teknoo/states
34294 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.