Libraries tagged by design pattern
domnikl/design-patterns-php
1164 Downloads
Sample code for several design patterns in PHP
salehhashemi/laravel-repository
6182 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
84459 Downloads
A plug and play pipeline implementation.
petrknap/singleton
16402 Downloads
Singleton pattern for PHP
money/money
83777 Downloads
PHP implementation of Fowler's Money pattern
kraken-php/util
46817 Downloads
Kraken Framework Util Component.
ecotone/amqp
316579 Downloads
Extends Ecotone with AMQP integration
teamneusta/converter-bundle
7938 Downloads
Allows using the Converter & Populator design pattern for transformations from one universe to another
rector/phpstan-rules
954256 Downloads
PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns
jpc/design-pattern
36449 Downloads
Simple Design Patter integration
teknoo/states
33242 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.
mhndev/yii2-repository
2263 Downloads
repository implementation in Yii2
florianwolters/component-util-singleton
172814 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
b2pweb/bdf-queue
6258 Downloads
Bdf queue component
petrknap/php-singleton
133883 Downloads
Singleton pattern for PHP