Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active December 19, 2015 00:29
Show Gist options
  • Select an option

  • Save caseysoftware/5868995 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/5868995 to your computer and use it in GitHub Desktop.
Example app.yaml file for a PHP-based Twilio example on Google App Engine
application: examplehelloworld
version: 1
runtime: php
api_version: 1
threadsafe: true
handlers:
- url: .*
script: main.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment