Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankz1108/laravel-plus-api
Convenient Laravel API response tools and automated error handling functionality are provided.
https://github.com/hankz1108/laravel-plus-api
api laravel laravel-framework laravel-plus php response
Last synced: about 1 month ago
JSON representation
Convenient Laravel API response tools and automated error handling functionality are provided.
- Host: GitHub
- URL: https://github.com/hankz1108/laravel-plus-api
- Owner: hankz1108
- License: mit
- Created: 2024-04-21T16:37:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T02:26:27.000Z (5 months ago)
- Last Synced: 2024-09-28T20:20:43.219Z (about 2 months ago)
- Topics: api, laravel, laravel-framework, laravel-plus, php, response
- Language: PHP
- Homepage: https://packagist.org/packages/hankz/laravel-plus-api
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Plus API
Convenient Laravel API response tools and automated error handling functionality are provided.
Laravel Plus API` is inspired by the [marcin-orlowski/laravel-api-response-builder](https://github.com/MarcinOrlowski/laravel-api-response-builder) with adjustments made to its features.
## Requirement
- PHP ^7.4|^8.0
- Laravel >= ^7.0|^8.0|^9.0|^10.0|^11.0## Documentation
### For Laravel 7~10
[documentation](docs/en/7_10/index.md)### For Laravel 11
[documentation](docs/en/11/index.md)## License
[MIT License](https://github.com/hankz1108/laravel-plus-api/blob/main/LICENSE) © 2024 [Hankz](https://github.com/hankz1108)