Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T19:19:09.000Z (about 7 years ago)
- Last Synced: 2024-04-16T04:20:12.192Z (7 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
[![Latest Stable Version](https://poser.pugx.org/jacmoe/yii2-rest-alone/v/stable)](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[![Total Downloads](https://poser.pugx.org/jacmoe/yii2-rest-alone/downloads)](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[![Latest Unstable Version](https://poser.pugx.org/jacmoe/yii2-rest-alone/v/unstable)](https://packagist.org/packages/jacmoe/yii2-rest-alone)
[![License](https://poser.pugx.org/jacmoe/yii2-rest-alone/license)](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" .
```