/yii2-rest-boilerplate

Yii 2 REST Project Boilerplate for easily start a new RESTful API

Primary LanguagePHPOtherNOASSERTION

Yii 2 REST Project Boilerplate

Yii 2 REST Project Boilerplate is a skeleton Yii 2 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