Libraries tagged by patterns
aura/view
144109 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
14284 Downloads
Filter an Illuminate collection with specifications
byjg/singleton-pattern
51512 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
adobrovolsky97/laravel-repository-service-pattern
4381 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
35009 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
445568 Downloads
You can set password conventions to force secure passwords for BE users.
rolfvreijdenberger/izzum-statemachine
24004 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
rockett/pipeline
116613 Downloads
A plug and play pipeline implementation.
maximecolin/satisfaction
28941 Downloads
A PHP implementation of the specification pattern for DDD
lezhnev74/pasvl
47453 Downloads
Array Validator (regular expressions for nested array, sort of)
kraken-php/util
58630 Downloads
Kraken Framework Util Component.
dflydev/ant-path-matcher
109802 Downloads
Ant Path Matcher Utility
yorcreative/laravel-argonaut-dto
406 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
8078 Downloads
Implementing the repository pattern for Laravel projects.