Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joanlopez/php-generic-api
- Owner: joanlopez
- Created: 2016-02-04T13:50:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T18:14:33.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T14:06:44.723Z (almost 2 years ago)
- Language: PHP
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.