Libraries tagged by desing pattern
eonx-com/easy-repository
887289 Downloads
Provides an easy way to implement the Repository Design Pattern in your applications
byjg/singleton-pattern
47623 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
rockett/pipeline
85095 Downloads
A plug and play pipeline implementation.
petrknap/singleton
16461 Downloads
Singleton pattern for PHP
money/money
83847 Downloads
PHP implementation of Fowler's Money pattern
kraken-php/util
47311 Downloads
Kraken Framework Util Component.
ecotone/amqp
317518 Downloads
Extends Ecotone with AMQP integration
teamneusta/converter-bundle
7979 Downloads
Allows using the Converter & Populator design pattern for transformations from one universe to another
rector/phpstan-rules
954300 Downloads
PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns
jpc/design-pattern
36519 Downloads
Simple Design Patter integration
teknoo/states
33272 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
6182 Downloads
Implementing the repository pattern for Laravel projects.
mhndev/yii2-repository
2268 Downloads
repository implementation in Yii2
florianwolters/component-util-singleton
172843 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.