project lumen-api
Lumen API Scaffolding Project (Based on Laravel Lumen Framework
alsofronie/lumen-api
Lumen API Scaffolding Project (Based on Laravel Lumen Framework
- Wednesday, August 9, 2017
- by alsofronie
- Repository
- 1 Watchers
- 2 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 13 % Grown
Lumen-API
A scaffolding for Lumen Based API, featuring:, (*1)
- 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., (*2)
The validation errors will be returned in the details
component of the
error, with the name of the validation rule. (to be completed)., (*3)
dev-master
9999999-dev
Lumen API Scaffolding Project (Based on Laravel Lumen Framework
Sources
Download
MIT
The Requires
The Development Requires
by
Alex Sofronie
v0.1.1
0.1.1.0
Lumen API Scaffolding Project (Based on Laravel Lumen Framework
Sources
Download
MIT
The Requires
The Development Requires
by
Alex Sofronie
v0.1
0.1.0.0
Lumen API Scaffolding Project (Based on Laravel Lumen Framework
Sources
Download
The Requires
The Development Requires
by
Alex Sofronie