Libraries tagged by design patterns php
ngmy/specification
364 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.
mehedi250/laravel-structure-kit
30 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
unialteri/states
1003 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.
chr15k/laravel-repository
19 Downloads
Repository Layer design pattern for Laravel
olimsaidov/money
348 Downloads
PHP implementation of Fowler's Money pattern
dazzle-php/util
3225 Downloads
Dazzle PHP Utility Classes.
djsharman/state
136 Downloads
The State design pattern. Implemented in PHP and with style.
shinidev/sapling
11 Downloads
A small PHP framework that implements MVC design pattern. This framework is created with the intent to give the author knowledge about php and at the same time be usable for the community.
termyn/ddd
3151 Downloads
A set of design patterns and building blocks that you can use to design domain-driven system in PHP
rogerliao/phalcon
7 Downloads
A PHP web framework inspired by the Koa concept, adopting its middleware design pattern for building modern and flexible web applications and APIs.
mylafe/design-patterns-php
1 Downloads
design patterns php
jpher/design-patterns
20 Downloads
code design patterns PHP
syeedalireza/design-patterns-benchmark
0 Downloads
Academic research package providing comprehensive performance analysis and complexity metrics for all 23 Gang of Four (GoF) design patterns in PHP
macfja/php-kvo
14 Downloads
The KVO (Key Value Observing) design pattern in PHP
jiangtao/design-patterns
0 Downloads
study design patterns from php