Libraries tagged by service pattern
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
hyder/facade-pattern
31 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.
hirodev/base-design-patterns
85 Downloads
This package used to generate repositories, service, interface in laravel
bethojunior/service-repository
13 Downloads
Laravel command to create applications in the repository pattern
awd-studio/service-buses
526 Downloads
An implementation of such kind of patterns as: Command Bus, Query Bus and Event Bus; in a single package; driven by a Dependency Injection Container
ttpn18121996/simple-repository
253 Downloads
Build repository and service patterns quickly and simply.
takielias/contract-resolver
58 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
joesu/laravel-scaffold
114 Downloads
A powerful Laravel package that provides a complete implementation of Repository and Service patterns for rapid API development.
arispati/lapice
2188 Downloads
Laravel library to use repository and service 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
vigihdev/yii2-bridge-db
7 Downloads
Vigih Dev Database bridge component for Yii2 framework that implements service container pattern for dependency injection and modular database management.
amptech/laravel-solid-structure
24 Downloads
Generador de arquitectura SOLID para Laravel (Repository Pattern, Services, DTOs)
mindwingx/dpas
4 Downloads
Design Patterns As Service
phine/locator
20 Downloads
An implementation of the service locator design pattern.
seangly/laravel-csrm
5 Downloads
One command to scaffold a full Controller-Service-Repository-Model design pattern in Laravel