Skip to content

A PHP app based on the Slim micro framework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.

Notifications You must be signed in to change notification settings

emilorol/slimgae

Repository files navigation

SlimGAE

A PHP app based on the Slim microframework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.

GCloud Commands

  1. You can init your app from the command line by running:
$ gcloud app init
  1. You can deploy your app from the command line by running:
$ gcloud app deploy --version=v2
  1. You can stream logs from the command line by running:
$ gcloud app logs tail -s default
  1. To view your application in the web browser run:
$ gcloud app browse

About

A PHP app based on the Slim micro framework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published