guanguans/laravel-api-response

Normalize and standardize Laravel API response data structures.

1.0.0-rc1 2024-08-28 10:29 UTC

README

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.