Libraries tagged by design-pattern
league/pipeline
13675327 Downloads
A plug and play pipeline implementation.
franzose/closure-table
976151 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
lunarstorm/laravel-ddd
26099 Downloads
A Laravel toolkit for Domain Driven Design patterns
wsdltophp/wsdlhandler
570184 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1615670 Downloads
Decorative design pattern to ease DOM handling
guilhermegonzaga/presenter
216783 Downloads
Implementation for Laravel of the presenter design pattern.
eonx-com/easy-repository
986560 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
35000 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
8078 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
116572 Downloads
A plug and play pipeline implementation.
mhndev/yii2-repository
4769 Downloads
repository implementation in Yii2
imanghafoori/laravel-decorator
10644 Downloads
A package to easily decorate your function calls.
teamneusta/converter-bundle
10857 Downloads
Allows using the Converter & Populator design pattern for transformations from one universe to another
byjg/singleton-pattern
51512 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.