jacmoe / yii2-rest-alone
Yii2 REST server application - minimal, with no front-end
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- cebe/assetfree-yii2: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/specify: ~0.4.3
- codeception/verify: ~0.3.1
This package is not auto-updated.
Last update: 2024-11-10 05:45:49 UTC
README
yii2-rest-alone
Yii2 REST server application - minimal, with no front-end
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
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" .