Libraries tagged by desing pattern
eonx-com/easy-repository
919033 Downloads
Provides an easy way to implement the Repository Design Pattern in your applications
byjg/singleton-pattern
49300 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
salehhashemi/laravel-repository
6932 Downloads
Implementing the repository pattern for Laravel projects.
rockett/pipeline
99161 Downloads
A plug and play pipeline implementation.
mhndev/yii2-repository
2954 Downloads
repository implementation in Yii2
money/money
84779 Downloads
PHP implementation of Fowler's Money pattern
kraken-php/util
52284 Downloads
Kraken Framework Util Component.
ecotone/amqp
326112 Downloads
Extends Ecotone with AMQP integration
exolnet/laravel-closure-table
7312 Downloads
Closure Table database design pattern implementation for Laravel framework.
rector/phpstan-rules
955159 Downloads
PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns
jpc/design-pattern
38289 Downloads
Simple Design Patter integration
maxmilhas/specification-pattern
30921 Downloads
Implementation of the Specification Design Pettern in PHP
teknoo/states
34003 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.
petrknap/singleton
17166 Downloads
Singleton pattern for PHP