Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaispalmer/yii2-rest-boilerplate
Yii 2 REST Project Boilerplate for easily start a new RESTful API
https://github.com/thaispalmer/yii2-rest-boilerplate
boilerplate rest rest-api restful template yii2 yii2-framework
Last synced: 13 days ago
JSON representation
Yii 2 REST Project Boilerplate for easily start a new RESTful API
- Host: GitHub
- URL: https://github.com/thaispalmer/yii2-rest-boilerplate
- Owner: thaispalmer
- License: other
- Created: 2017-04-27T03:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T03:02:07.000Z (over 7 years ago)
- Last Synced: 2024-09-30T23:43:45.063Z (about 2 months ago)
- Topics: boilerplate, rest, rest-api, restful, template, yii2, yii2-framework
- Language: PHP
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii 2 REST Project Boilerplate
==============================Yii 2 REST Project Boilerplate is a skeleton [Yii 2](http://www.yiiframework.com/) application best for
developing RESTful API's.It is based from a Yii 2 Advanced Project Template, it includes two tiers: API, and console (for applying migrations), each of which
is a separate Yii application.This boilerplate contains:
* User creation
* External action for check if user email exists
* Authentication
* Upload files
* Migrations for User and Upload