Libraries tagged by design-pattern
wp-wax/wp-wax-starter-plugin
3 Downloads
This is a WordpPress starter plugin based on MVC design pattern
web6/singleton
47 Downloads
PHP Singleton design pattern
voniersa/twitch-live-chat
18 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
5 Downloads
Scaffold for Repository-and-Persistence design pattern
ticaje/m2-command-bus
8 Downloads
Module uses Command-Bus design pattern
thrashzone13/visitor
34 Downloads
Simple implementation of visitor design pattern
thewebsolver/pipeline
15 Downloads
Follows Chain of Responsibility Design Pattern to handle the given subject/request.
techrays-labs/laravel-service-repository-generator
918 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
645 Downloads
Observer design pattern-like events system
studio24/pubsub
21 Downloads
Simple implementation of the PubSub design pattern in PHP
someline/laravel-repository
9 Downloads
Laravel Repository is a good design pattern.
skobka/command-pattern
6 Downloads
The usefull set of interface to interact with command 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
14836 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel. Includes restore of tree
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.