Libraries tagged by design-pattern
teknoo/states-life-cycle
5395 Downloads
Component to extend the behavior of teknoo/states and provide a service to manage life cycles of stated class instances and automated their behavior
teknoo/states-bundle
2774 Downloads
Symfony bunde to create PHP 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 thus improve maintainability. (Build on the Teknoo Software States library)
taluu/chain-of-responsibility-bundle
6068 Downloads
Bundle allowing to easily implement a chain of responsibility pattern
pavelzanek/laravel-generator
78 Downloads
File generator for faster and more efficient work with the Laravel framework
michaelspiss/multiton
99 Downloads
A trait to implement the Multiton design pattern without any dependencies.
hidehalo/util
3908 Downloads
Useful programming tools in PHP
helilabs/heli-developement-helpers
0 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
helilabs/capital
100 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
atelierspierrot/patterns
1398 Downloads
A set of PHP classic interfaces and abstract classes patterns.
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