Libraries tagged by 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.
techrays-labs/laravel-service-repository-generator
1630 Downloads
A powerful and flexible Laravel package that simplifies the implementation of the Service-Repository design pattern. Generate Service and Repository classes with ease, customize their namespace and path, and streamline your application's architecture.
sugiphp/events
669 Downloads
Observer design pattern-like events system
studio24/pubsub
22 Downloads
Simple implementation of the PubSub design pattern in PHP
stellarwp/foundation-pipeline
0 Downloads
A Pipeline / Command Design Pattern library
someline/laravel-repository
10 Downloads
Laravel Repository is a good design pattern.
sivanandaperumal/testing-repo
9 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel. Includes restore of tree
sivanandaperumal/closure-table
14837 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel. Includes restore of tree
sharkzt/fibonacci
15 Downloads
Fibonacci php classes implementation as singleton, strategy and adapter design patterns
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
scaleplan/get-instance
37 Downloads
Trait for supporting singleton design pattern
saad/laravel-repositories
15 Downloads
This library will applies Repositpry design pattern to Laravel