Download the PHP package mivu/rscapihandler-laravel without Composer
On this page you can find all versions of the php package mivu/rscapihandler-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rscapihandler-laravel
rsc-api-handler-laravel
A simple package for handling errors, JSON templates, and repository patterns including Artisan commands.
instalation
Features
- Create Artisan Handlers
- Create Artisan Services
- Create Artisan Repositories
- JSON API Response Format
- Model Response Format
Basic Usage
Artisan Commands
Output Path : App->Repositories->MiftahRepository.php AND App->Services->MiftahService.php
Output Path : App->Handlers->MiftahHandler.php
Output Path : App->Enums->MiftahEnum.php
Helpers
-
Validation Handler
-
Response Handler If you have implemented a service and repository, you can create an inside function for response handling.
- Api Response Handlers Alternatively, you can create an API response and the output will be automatically in JSON format.
Here's an example of the output:
All versions of rscapihandler-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package mivu/rscapihandler-laravel contains the following files
Loading the files please wait ....