Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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