Libraries tagged by pattern
aura/view
143809 Downloads
Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.
maartenpaauw/laravel-specification-pattern
13742 Downloads
Filter an Illuminate collection with specifications
byjg/singleton-pattern
51330 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
adobrovolsky97/laravel-repository-service-pattern
4203 Downloads
Laravel 5|6|7|8|9|10 - Repository - Service Pattern
domnikl/design-patterns-php
1164 Downloads
Sample code for several design patterns in PHP
teknoo/states
34900 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.
spooner-web/be_secure_pw
444787 Downloads
You can set password conventions to force secure passwords for BE users.
rolfvreijdenberger/izzum-statemachine
23979 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
rockett/pipeline
114957 Downloads
A plug and play pipeline implementation.
maximecolin/satisfaction
28905 Downloads
A PHP implementation of the specification pattern for DDD
lezhnev74/pasvl
47355 Downloads
Array Validator (regular expressions for nested array, sort of)
kraken-php/util
57932 Downloads
Kraken Framework Util Component.
dflydev/ant-path-matcher
109666 Downloads
Ant Path Matcher Utility
yorcreative/laravel-argonaut-dto
317 Downloads
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
salehhashemi/laravel-repository
7947 Downloads
Implementing the repository pattern for Laravel projects.