Download the PHP package alsofronie/lumen-api without Composer
On this page you can find all versions of the php package alsofronie/lumen-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alsofronie/lumen-api
More information about alsofronie/lumen-api
Files in alsofronie/lumen-api
Download alsofronie/lumen-api
More information about alsofronie/lumen-api
Files in alsofronie/lumen-api
Vendor alsofronie
Package lumen-api
Short Description Lumen API Scaffolding Project (Based on Laravel Lumen Framework
License MIT
Package lumen-api
Short Description Lumen API Scaffolding Project (Based on Laravel Lumen Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-api
Lumen-API
A scaffolding for Lumen Based API, featuring:
- uri based version (with prefix
/api/v1
) - JSON Web Tokens authentication out of the box
- Models with binary Uuid Primary key (version 4)
- 100% Code Coverage for
/app
directory (wish)
Features
Centralized API Exception
Although many will argue a centralized API Error codes approach, I found it
easier to manage in small / medium projects. So, everything the API
throws as an exception is dealt by the ApiException
class, which has
all the internal API codes (maybe an HTML documentation for each code will
be nice) as static implementation.
The validation errors will be returned in the details
component of the
error, with the name of the validation rule. (to be completed).
All versions of lumen-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
laravel/lumen-framework Version 5.4.*
vlucas/phpdotenv Version ~2.2
firebase/php-jwt Version ^5.0
laravel/lumen-framework Version 5.4.*
vlucas/phpdotenv Version ~2.2
firebase/php-jwt Version ^5.0
The package alsofronie/lumen-api contains the following files
Loading the files please wait ....