dev-master
9999999-dev https://github.com/prawee/yii2-gae-api.gitCreate RESTful for deploy on Google App Engine with Yii2
MIT
The Requires
The Development Requires
api yii2 restful gae google app engine
Create RESTful for deploy on Google App Engine with Yii2
Create RESTFul for deploy on Google App Engine (Standard Environment) with Yii2, (*1)
git clone https://github.com/prawee/yii2-gae-api cd yii2-gae-api composer install
Update environment variable for your local, (*2)
cp .env.dist .env
Update environment variable for your GAE, (*3)
cp app.yaml.dist app.yaml cp cron.yaml.dist cron.yaml
Update configure on your local, (*4)
cp config/main-local.php.dist config/main-local.php
localhost, (*5)
php -S localhost:8080 -t public
localhost with google app engine, (*6)
dev_appserver.py app.yaml
# local GET localhost:8080/requirements.php GET localhost:8080/site GET localhost:8080/v1/users
# gae GET https://<project-id>.appspot.com/requirements.php GET https://<project-id>.appspot.com/site GET https://<project-id>.appspot.com/v1/users
Create RESTful for deploy on Google App Engine with Yii2
MIT
api yii2 restful gae google app engine