Libraries tagged by design patterns
moneyphp/money
90616095 Downloads
PHP implementation of Fowler's Money pattern
league/pipeline
17112122 Downloads
A plug and play pipeline implementation.
ecotone/ecotone
573554 Downloads
Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.
mathiasverraes/money
2058664 Downloads
PHP implementation of Fowler's Money pattern
franzose/closure-table
1185591 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
lunarstorm/laravel-ddd
86141 Downloads
A Laravel toolkit for Domain Driven Design patterns
rawr/t-regx
165992 Downloads
PHP regular expression brought up to modern standards.
domnikl/design-patterns-php
1167 Downloads
Sample code for several design patterns in PHP
tey/laravel-ddd
794 Downloads
A Laravel toolkit for Domain Driven Design patterns
pattern-lab/core
1402125 Downloads
The core functionality for Pattern Lab.
wsdltophp/wsdlhandler
780466 Downloads
Decorative design pattern to ease WSDL handling
wsdltophp/domhandler
1965496 Downloads
Decorative design pattern to ease DOM handling
guilhermegonzaga/presenter
251526 Downloads
Implementation for Laravel of the presenter design pattern.
byjg/singleton-pattern
56796 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
teknoo/states
40129 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.