https://github.com/jacmoe/yii2-rest-alone
Yii2 REST server application - minimal, with no front-end
https://github.com/jacmoe/yii2-rest-alone
rest-api yii2 yii2-application-template
Last synced: about 2 months ago
JSON representation
Yii2 REST server application - minimal, with no front-end
- Host: GitHub
- URL: https://github.com/jacmoe/yii2-rest-alone
- Owner: jacmoe
- License: mit
- Created: 2017-10-17T12:37:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T19:19:09.000Z (over 7 years ago)
- Last Synced: 2025-02-12T20:48:55.460Z (3 months ago)
- Topics: rest-api, yii2, yii2-application-template
- Language: PHP
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[](https://packagist.org/packages/jacmoe/yii2-rest-alone)# yii2-rest-alone
Yii2 REST server application - minimal, with no front-end## INSTALLATION
**Install via Composer**
If you do not have [Composer](http://getcomposer.org/), you may install it by following the
[instructions at getcomposer.org](https://getcomposer.org/doc/00-intro.md).You can then install the application using the following commands:
```
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer create-project --prefer-dist -s dev "jacmoe/yii2-rest-alone" .
```