Skip to content

Initial release

Compare
Choose a tag to compare
@etiennemarais etiennemarais released this 25 Feb 08:20
· 15 commits to master since this release

lumen-starter-api

Small starter bootstrap for a lumen application api

  • Slack bot for exceptions
  • Domain separated business logic
  • Api key middleware authentication
  • API Blueprint that documents the system
  • Supports soft deletes for model serialization
  • Multi tenancy that binds to a configurable database field
  • API root index is the documentation from your api blueprint
  • Custom validation that binds to a 406 response