Libraries tagged by design patterns php
moneyphp/money
92973633 Downloads
PHP implementation of Fowler's Money pattern
mathiasverraes/money
2063341 Downloads
PHP implementation of Fowler's Money pattern
ecotone/ecotone
582826 Downloads
Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.
rawr/t-regx
168146 Downloads
PHP regular expression brought up to modern standards.
domnikl/design-patterns-php
1167 Downloads
Sample code for several design patterns in PHP
omaralalwi/php-builders
4533 Downloads
sample php traits to add ability to use builder design patterns with easy in PHP applications
wsdltophp/wsdlhandler
797591 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1986573 Downloads
Decorative design pattern to ease DOM handling
byjg/singleton-pattern
57169 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
florianwolters/component-util-singleton
179587 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
teknoo/states
40508 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.
imanghafoori/laravel-decorator
13818 Downloads
A package to easily decorate your function calls.
dykyi-roman/awesome-claude-code
1274 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.
money/money
93945 Downloads
PHP implementation of Fowler's Money pattern
php-ddd/notification
30048 Downloads
PHP implementation of Fowler's Notification pattern