Libraries tagged by desing pattern
byjg/singleton-pattern
52022 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
domnikl/design-patterns-php
1164 Downloads
Sample code for several design patterns in PHP
teknoo/states
35191 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
8408 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
120858 Downloads
A plug and play pipeline implementation.
mhndev/yii2-repository
5103 Downloads
repository implementation in Yii2
imanghafoori/laravel-decorator
10790 Downloads
A package to easily decorate your function calls.
money/money
87601 Downloads
PHP implementation of Fowler's Money pattern
kraken-php/util
59937 Downloads
Kraken Framework Util Component.
ecotone/amqp
338308 Downloads
Extends Ecotone with AMQP integration
php-ddd/notification
25595 Downloads
PHP implementation of Fowler's Notification pattern
jpc/design-pattern
40041 Downloads
Simple Design Patter integration
maxmilhas/specification-pattern
32007 Downloads
Implementation of the Specification Design Pettern in PHP
petrknap/singleton
18322 Downloads
Singleton pattern for PHP
florianwolters/component-util-singleton
173974 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.