Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joanlopez/php-generic-api

Generic REST API made with Lumen
https://github.com/joanlopez/php-generic-api

Last synced: about 2 months ago
JSON representation

Generic REST API made with Lumen

Awesome Lists containing this project

README

        

## Generic REST API made with Lumen

#### ***IMPORTANT: Not thought for production environments

### Table of Contents
1. [Environment](#environment)
2. [Test Suites](#test-suites)
3. [Responses](#responses)

### Environment

#### Windows

> env.bat

#### Linux/OSX

> ./env.sh

### Test Suites

#### How to run all Codeception tests of this projects?

> codecept run

#### How to run all PhpUnit tests of this projects?

> phpunit app\Tests

### Responses

#### Which are the usual API responses?

It's designed to respond on a Json format.
It tends to follow the conventions with HTTP Status Codes.