Libraries tagged by design pattern
miladimos/laravel-repository
184 Downloads
a powerful and simple to use package for repository pattern
mehedi250/laravel-structure-kit
28 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.
mb-x/architect-bundle
2543 Downloads
This Bundle provides an architecture to separate the different job layers in your Symfony application.
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.
jeremykendall/ultra-facade
18 Downloads
Implements the Facade pattern to build SplIterators.
irfan-chowdhury/repository-maker
13 Downloads
This package will generate the necessary files for the repository design pattern environment.
gmorel/state-workflow-bundle
420 Downloads
Helping you implementing a complex yet easily maintainable workflow
etouches/phplumber
8 Downloads
Pipelining library which allows a mix of asynchronous and synchronous processes.
cse/base-singleton
7 Downloads
A Singleton Design Pattern which allow easy used singleton class.
carloswph/tonton
282 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
becklyn/ddd-generator-bundle
4856 Downloads
Code generator for common Domain Driven Design patterns in the Becklyn DDD framework.
unialteri/states
1001 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.
siriusphp/stratum
5 Downloads
General purpose library that allows extending the functionality of your objects through a decorator-like mechanism
am2tec/hydrator
1593 Downloads
Hydrate your object with class setters
jardissupport/repository
124 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on