Skip to content

Normalize and standardize Laravel API response data structures.

License

Notifications You must be signed in to change notification settings

guanguans/laravel-api-response

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-api-response

Normalize and standardize Laravel API response data structures.

tests check & fix styling codecov Latest Stable Version GitHub release (with filter) Total Downloads License

Features

  • Support for ...

Related Links

Requirement

  • PHP >= 7.4

Installation

composer require guanguans/laravel-api-response --ansi -v

Configuration

Publish files(optional)

php artisan vendor:publish --provider="Guanguans\\LaravelApiResponse\\ApiResponseServiceProvider" --ansi -v

Configure channels in the config/api-response.php and .env file

...

Usage

...

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Thanks

License

The MIT License (MIT). Please see License File for more information.