Libraries tagged by design-patterns
helilabs/capital
101 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
degraciamathieu/clike
43 Downloads
This package allows you to run a class with a design pattern similar to a command system
am2tec/hydrator
1593 Downloads
Hydrate your object with class setters
php-design-patterns/base-patterns
7 Downloads
A base reference library for common design patterns, based on the gang of four book by Gamma, Helm, Johnson and Vlissides
zakaria-elkashef/repository-pattern
27 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
writeshh/yarp
3 Downloads
Yet Another Repository Pattern, my take on Repository Design Pattern.
wp-wax/wp-wax-starter-plugin
4 Downloads
This is a WordpPress starter plugin based on MVC design pattern
win-aung/laravel-entity-generator
2 Downloads
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
web6/singleton
48 Downloads
PHP Singleton design pattern
voniersa/twitch-live-chat
34 Downloads
A simple and easy to use library for reading from and writing to the twitch irc live chats by partially using the observer design pattern
tomkyle/repository-persistence
7 Downloads
Scaffold for Repository-and-Persistence design pattern
ticaje/m2-command-bus
9 Downloads
Module uses Command-Bus design pattern
thrashzone13/visitor
38 Downloads
Simple implementation of visitor design pattern
thewebsolver/pipeline
16 Downloads
Follows Chain of Responsibility Design Pattern to handle the given subject/request.
termyn/ddd
3137 Downloads
A set of design patterns and building blocks that you can use to design domain-driven system in PHP