Libraries tagged by service pattern
seangly/laravel-csrm
5 Downloads
One command to scaffold a full Controller-Service-Repository-Model design pattern in Laravel
imdhemy/repovel
99 Downloads
Implement Repository pattern and add Services layer for Laravel applications
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
cline/manager
1 Downloads
Abstract manager pattern for creating extensible service managers
writeshh/yarp
3 Downloads
Yet Another Repository Pattern, my take on Repository Design Pattern.
someline/laravel-repository
10 Downloads
Laravel Repository is a good design pattern.
rudi97277/laravel-make-feature
14 Downloads
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.
restjs/rest-api
19 Downloads
RESTful API Boilerplate with OOP & MVC Pattern
ramomen/laravel-make-tool
686 Downloads
make tool for Laravel 5+
rajtechnologies/laravel-tools
145 Downloads
All Type of Base Tools to Helping Development and Repository Generator
omnitech-solutions/flowlight
2 Downloads
Lightweight workflow orchestration library for PHP. Provides a clean, composable pattern for chaining actions into pipelines, handling success and failure consistently, and keeping business logic organized and testable. Highly inspired by Ruby’s LightService gem (https://github.com/adomokos/light-service).
munguia-er/laravel-clean-generator
3 Downloads
Generates Clean Architecture structure for Laravel — DTOs, Repositories, Services, Controllers with Web & API stacks
longaodai/laravel-repository
6 Downloads
A clean and simple repository pattern implementation for Laravel
laravel-architex/architecture-generator
0 Downloads
Laravel Architecture Generator - A powerful tool to generate project structure based on popular architecture patterns
fukibay/laravel-starter-pack
2 Downloads
Starter pack: minimal scaffolding helpers for new Laravel projects.