Libraries tagged by DesignPattern
league/pipeline
18148908 Downloads
A plug and play pipeline implementation.
franzose/closure-table
1267448 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
guilhermegonzaga/presenter
268293 Downloads
Implementation for Laravel of the presenter design pattern.
degraciamathieu/manager
94327 Downloads
Implementation of the Manager pattern existing in Laravel framework.
mhndev/yii2-repository
14553 Downloads
repository implementation in Yii2
wsdltophp/wsdlhandler
847187 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
2050642 Downloads
Decorative design pattern to ease DOM handling
teknoo/states
41433 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.
rockett/pipeline
205671 Downloads
A plug and play pipeline implementation.
arafat69/laravel-repository
6570 Downloads
Laravel Repository Pattern package with built-in Artisan commands. Easily create repositories, follow clean architecture, and simplify database interactions.
petrknap/php-singleton
145358 Downloads
Singleton pattern for PHP
florianwolters/component-util-singleton
181208 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
exolnet/laravel-closure-table
16161 Downloads
Closure Table database design pattern implementation for Laravel framework.
eonx-com/easy-repository
1210301 Downloads
Provides an easy way to implement the Repository Design Pattern in your applications
byjg/singleton-pattern
58331 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.