Libraries tagged by design pattern
mindwingx/dpas
4 Downloads
Design Patterns As Service
michaelspiss/singleton
14 Downloads
A trait to implement the Singleton design pattern without any dependencies.
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
max26292/laravel-lazy-tools
1107 Downloads
This tools for lazy guys, used to generate repository,interface and response
macfja/php-kvo
14 Downloads
The KVO (Key Value Observing) design pattern in PHP
maatify/data-repository
0 Downloads
Unified repository abstraction layer normalizing MySQL, MongoDB, and Redis real drivers and fake drivers.
light/traits
16 Downloads
some useful traits that i used everyday
jxckaroo/laravel-service-repository
1 Downloads
Reusable classes which do the usual boring stuff in the service design pattern, so that you can focus building something cool ;)
jcesarbueno/laravel-strategy
3 Downloads
A Laravel package for generating Strategy Design Pattern, along with Factory and Chain of Responsibility support.This package provides an Artisan command to quickly scaffold strategies, keeping your Laravel project well-structured.
jcergolj/ai-pair-review
196 Downloads
AI-powered code review using Claude Code CLI. Reviews for SOLID principles, design patterns, and code quality via composer commands.
isaacesso/descriptor
6 Downloads
A PHP library for easily implement the Interpretor design pattern in your projects.
folpindo/observerpattern
10 Downloads
Observer Pattern Library
florianwolters/component-util-observer
7 Downloads
The Observer behavioural design pattern as a PHP component.
florianwolters/component-util-command
6 Downloads
The Command behavioral design pattern as a PHP component.
diomac/front-controller
3 Downloads
Design pattern front controller