Libraries tagged by design-pattern
sivanandaperumal/closure-table
14836 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel. Includes restore of tree
sharkzt/fibonacci
14 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
14 Downloads
This library will applies Repositpry design pattern to Laravel
rubensdimas/redis-manager
11 Downloads
Repositorio simples de impletacao redis com single design pattern
rubensdimas/database-manager
14 Downloads
A simple library for managing database connections with singleton design pattern, results pagination and building queries in PHP.
robote13/yii2-catalog
160 Downloads
Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different types of products.
rindow/rindow-event
433 Downloads
Observer design pattern library
rhman/factorydesignpattern
4 Downloads
This package contains the samples for factory design pattern in Laravel
phpmonad/phpmonad
15 Downloads
A set of design patterns created with the aim of enriching the Php vocabulary with Literature derived from the functional programming world
petitchevalroux/singleton
49 Downloads
Implement singleton design pattern
orq/laravel-dddbase
12 Downloads
The library for laravel to apply Domain Driven Design Pattern
opensmarty/opensmarty-starter
6 Downloads
Opensmarty Starter is a PHP framework for quick building Web Apps and Restful APIs, with modern design pattern foundation.
ntuangiang/php-ioc
14 Downloads
This is a design pattern for dependency injection and object locator.