Libraries tagged by desing pattern
wsdltophp/domhandler
1984091 Downloads
Decorative design pattern to ease DOM handling
guilhermegonzaga/presenter
254603 Downloads
Implementation for Laravel of the presenter design pattern.
byjg/singleton-pattern
57116 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
teknoo/states
40459 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
192239 Downloads
A plug and play pipeline implementation.
mhndev/yii2-repository
10257 Downloads
repository implementation in Yii2
imanghafoori/laravel-decorator
13806 Downloads
A package to easily decorate your function calls.
florianwolters/component-util-singleton
179470 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
dykyi-roman/awesome-claude-code
1230 Downloads
Claude Code extension for PHP: audits (architecture, DDD, security, performance, PSR, design patterns, Docker, CI/CD, tests, docs), 3-level code review, automated bug fix, generators (DDD, CQRS, GoF patterns, PSR, tests, documentation, Docker, CI/CD), code explanation, refactoring. 26 commands, 62 agents, 259 skills.
rekalogika/domain-event-outbox
8089 Downloads
Implementation of the transactional outbox pattern on top of rekalogika/domain-event
money/money
93747 Downloads
PHP implementation of Fowler's Money pattern
kraken-php/util
94848 Downloads
Kraken Framework Util Component.
ecotone/amqp
379697 Downloads
AMQP / RabbitMQ transport for Ecotone asynchronous messaging, outbox, and dead letter.
dangerwayne/laravel-specifications
22812 Downloads
Elegant specification pattern implementation for Laravel with support for Eloquent queries and in-memory filtering
php-ddd/notification
30004 Downloads
PHP implementation of Fowler's Notification pattern