one2tek / larapi
Modern API development in Laravel.
Installs: 4 391
Dependents: 0
Suggesters: 0
Security: 0
Stars: 96
Watchers: 7
Forks: 11
Open Issues: 0
Requires
- illuminate/support: ~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0
README
Introduction
Larapi is a package thats offers you to do modern API development in Laravel with support for new versions of Laravel.
Larapi comes included with...
- Exception handler for APIs.
- A Controller class that gives response, parse data for your endpoints.
- A Repository class for requesting entities from your database.
- Sorting.
- Filtering.
- Eager loading.
- Pagination.
- Selecting columns dynamically.
- Selecting scopes dynamically.
- Appends.
- A class for making internal API requests.