Libraries tagged by service pattern
hyder/facade-pattern
30 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
82 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
248 Downloads
Build repository and service patterns quickly and simply.
arispati/lapice
2187 Downloads
Laravel library to use repository and service pattern
tgalfa/reposervice
168 Downloads
Generate repository, service and interface files for Repository-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
mindwingx/dpas
4 Downloads
Design Patterns As Service
phine/locator
20 Downloads
An implementation of the service locator design pattern.
imdhemy/repovel
99 Downloads
Implement Repository pattern and add Services layer for Laravel applications
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
6 Downloads
RESTful API Boilerplate with OOP & MVC Pattern