Libraries tagged by design-pattern
arunagirinathar/php-design-patterns
20 Downloads
A lightweight PHP package implementing common design patterns like Singleton and Factory. Useful for clean and efficient object management in PHP projects.
small/swoole-patterns
952 Downloads
This project provides implementations of async design patterns for PHP OpenSwoole projects.
nalingia/laravel-repositories
4222 Downloads
A Laravel package for the Repository Design Pattern.
miladimos/laravel-repository
175 Downloads
a powerful and simple to use package for repository pattern
mb-x/architect-bundle
2527 Downloads
This Bundle provides an architecture to separate the different job layers in your Symfony application.
max26292/laravel-lazy-tools
974 Downloads
This tools for lazy guys, used to generate repository,interface and response
jeremykendall/ultra-facade
17 Downloads
Implements the Facade pattern to build SplIterators.
irfan-chowdhury/repository-maker
12 Downloads
This package will generate the necessary files for the repository design pattern environment.
imycc/laravel-simple-pattern
35 Downloads
A generator for Laravel Design Pattern.
gmorel/state-workflow-bundle
420 Downloads
Helping you implementing a complex yet easily maintainable workflow
etouches/phplumber
7 Downloads
Pipelining library which allows a mix of asynchronous and synchronous processes.
codeofdigital/cache-repository
4328 Downloads
Laravel Repository Package with Caching
b2pweb/bdf-pipeline
3147 Downloads
Bdf Pipeline component
am2tec/hydrator
279 Downloads
Hydrate your object with class setters
unialteri/states
1000 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.