Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennemarais/lumen-starter-api
Small starter bootstrap for a lumen application api
https://github.com/etiennemarais/lumen-starter-api
Last synced: about 5 hours ago
JSON representation
Small starter bootstrap for a lumen application api
- Host: GitHub
- URL: https://github.com/etiennemarais/lumen-starter-api
- Owner: etiennemarais
- Created: 2016-02-25T07:06:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T09:12:58.000Z (over 8 years ago)
- Last Synced: 2024-11-14T01:48:52.795Z (3 days ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumen-starter-api
Small starter bootstrap for a lumen application api[![Build Status](https://travis-ci.org/etiennemarais/lumen-starter-api.svg?branch=master)](https://travis-ci.org/etiennemarais/lumen-starter-api)
- Slack bot for notifications
- Config setups for laravel package backwards compatibility
- 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
- Custom Application log file path
- Backups via scheduled tasks## Installation
To install the starter site, just run the following command:
```
composer create-project --prefer-dist etiennemarais/lumen-starter starter
```