Libraries tagged by design-patterns
rickwong/phur
9 Downloads
Phur - PHP Software Design Patterns framework
realtyna/mvc-core
433 Downloads
Core library to create WordPress plugin in MVC design pattern
quickapps-plugins/eav
1611 Downloads
Provides EAV (Entity-Attribute-Value) design pattern.
puncoz/laravel-repository
127 Downloads
A basic light weight package to implement Repository Design Pattern in Laravel.
prjkt/repofuck
3155 Downloads
Fucking with the repository design pattern
novadaemon/larafeat
345 Downloads
Laravel package to implements Domain Driven Design pattern. Inspired by lucidarch/lucid
michele-angioni/support
1445 Downloads
Support is a Laravel package which promotes the use of best practices and design patterns.
michalwolinski/unit-of-work
0 Downloads
Unit of Work (Entity Manager) design pattern Laravel implementation.
melodysuite/patterns
31 Downloads
Design Patterns library developed by Melody Framework Developers
lazyelephpant/repository
346 Downloads
Laravel package to facilitate the repository design pattern functionality across multiple projects.
kesmenenver/servicelayer
978 Downloads
The Service Layer is a design pattern that will help you to abstract your logic when you need to use different front-end on your application, for your domain logic
jrosset/singleton
243 Downloads
PHP Trait to implements the singleton design pattern
jlorente/yii2-command-handler
103 Downloads
A Yii2 extension that provides the framework with the Command Design Pattern. Useful to create commands in a main process and execute them in another processes such as crons, console controllers, etc.
icanboogie/prototype
10732 Downloads
Implements the Prototype design pattern; getters/setters
djsharman/state
136 Downloads
The State design pattern. Implemented in PHP and with style.