Libraries tagged by design pattern
orakaro/ioc
53 Downloads
Tiny IoC module for static mocking in PHP
opmvpc/patrons
0 Downloads
design patterns examples
ntuangiang/php-observer
13 Downloads
This is a design pattern for observer
ngmy/specification
360 Downloads
This is a library to help implement the specification pattern in PHP. It provides on-memory validation, on-memory and ORM selection, and specification composite.
ngmy/observer
265 Downloads
A PHP library to implement the observer pattern
nfunwigabga/lara-repo
10 Downloads
Generate repositories in a Laravel application
nabeghe/buildify
4 Downloads
Buildify improves PHP OOP with enhanced getter and setter functionality inspired by Builder and Fluent Patterns.
motty/laravel-repository
50 Downloads
Laravel - Repository Design Pattern Implementation
mindwingx/dpas
3 Downloads
Design Patterns As Service
michaelspiss/singleton
13 Downloads
A trait to implement the Singleton design pattern without any dependencies.
macfja/php-kvo
13 Downloads
The KVO (Key Value Observing) design pattern in PHP
light/traits
15 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.
isaacesso/descriptor
6 Downloads
A PHP library for easily implement the Interpretor design pattern in your projects.