https://github.com/ngekoding/booking-api
Simple REST-API example application based on Laravel's Lumen framework, built on the top of Dingo API
https://github.com/ngekoding/booking-api
Last synced: 3 months ago
JSON representation
Simple REST-API example application based on Laravel's Lumen framework, built on the top of Dingo API
- Host: GitHub
- URL: https://github.com/ngekoding/booking-api
- Owner: ngekoding
- License: mit
- Created: 2019-05-22T13:59:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T06:23:55.000Z (over 8 years ago)
- Last Synced: 2025-01-07T13:47:06.325Z (about 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Booking API
[ ](https://app.codeship.com/projects/221680)
## Description
This is a simple REST-API example application based on Laravel's Lumen framework, and built on the top of Dingo API.
I build it for self-training, because I think the best way to learn something new is to work with it.
This application is still in development!
## Requirements
- PHP >= 7.1
- Redis
- Mysql
- Sqlite (for testing)
## Main features
- Auto generated documentation (php artisan api:docs)
- Authentication with JWT
- Authorization with roles and permissions
- Caching
- Data transformation
- Formatted exceptions with http status codes
- Request validation
- Request query parsing (filtering, sorting, pagination, eager loading)
- Structured JSON format response
- Unit, integration, and e2e tests
- Versioning (via Accept header)