Libraries tagged by design-pattern
league/pipeline
10817905 Downloads
A plug and play pipeline implementation.
franzose/closure-table
679913 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
imanghafoori/laravel-decorator
8516 Downloads
A package to easily decorate your function calls.
wsdltophp/wsdlhandler
401726 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1283162 Downloads
Decorative design pattern to ease DOM handling
lunarstorm/laravel-ddd
7507 Downloads
A Laravel toolkit for Domain Driven Design patterns
guilhermegonzaga/presenter
192497 Downloads
Implementation for Laravel of the presenter design pattern.
eonx-com/easy-repository
790567 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
31891 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
4557 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
58186 Downloads
A plug and play pipeline implementation.
petrknap/singleton
10989 Downloads
Singleton pattern for PHP
florianwolters/component-util-singleton
172085 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
byjg/singleton-pattern
44169 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.