Libraries tagged by design patterns
roquie/pipeline
452 Downloads
A plug and play pipeline implementation.
reizucodes/laravel-domain-toolkit
12 Downloads
Laravel toolkit for layered architecture with repositories, services, DTOs, and domain scaffolding.
redrat/presenthor
113 Downloads
The crazy presenter pattern library
pp-spaces/laravel-repository
5643 Downloads
Repository Design Pattern implementation for Laravel
php-standard-library/observer
0 Downloads
Generic Observer pattern interfaces
orakaro/ioc
54 Downloads
Tiny IoC module for static mocking in PHP
opmvpc/patrons
0 Downloads
design patterns examples
ntuangiang/php-observer
14 Downloads
This is a design pattern for observer
novadaemon/larafeat
512 Downloads
Laravel package to implements Domain Driven Design pattern. Inspired by lucidarch/lucid
ngmy/observer
270 Downloads
A PHP library to implement the observer pattern
nfunwigabga/lara-repo
11 Downloads
Generate repositories in a Laravel application
mr-rijal/laravel-pipeline
18 Downloads
Lightweight workflow and automation pipeline for Laravel
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.