Download the PHP package neomerx/limoncello-shot without Composer
On this page you can find all versions of the php package neomerx/limoncello-shot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package limoncello-shot
The project is not actively developed. For new projects please start from https://github.com/neomerx/limoncello-flute
Quick start JSON API application
Limoncello Shot is a JSON API quick start application.
Technically it is a default Lumen 5.2 application integrated with
- JSON API implementation
- Bearer (token-based) Authentication
- Cross-Origin Resource Sharing CORS for Laravel/Lumen
It could be a great start if you are planning to develop API with Lumen.
The application includes
- CRUD operations for a few sample resources with input data validation and events.
- Authentication and authorization support integrated with policies.
- Support for such JSON API features as resource inclusion, sparse field sets, sorting, filtering and pagination.
- JSON API errors.
- API tests.
Installation
Install docker-compose
Clone the project
Start local server at http://localhost:8080 and log server http://localhost:8090 with
Note: use
$ composer docker-down
to stop the servers.
Questions?
License
This project is a fork from upstream laravel/lumen. All changes to the upstream are licensed under the MIT license
Versioning
This project is synchronized with upstream master
branch and uses similar versioning approach.
All versions of limoncello-shot with dependencies
laravel/lumen-framework Version 5.1.*
vlucas/phpdotenv Version ^2.0
neomerx/limoncello Version ^0.5.0
neomerx/cors-illuminate Version ^0.2.0
firebase/php-jwt Version ^3.0