Google App Engine Applications can be written in PHP
Why use Google App Engine with PHP?
- Speed and scale of App Engine is high
- Simplicity and easy to adopt
- Native PHP interpreter
- Managed and highly available MySQL support via Google Cloud SQL
- Runs other PHP frameworks and CMS
To deploy your application on live server with the limited preview you need to register your application at https://gaeforphp.appspot.com/ . Documentation of Google App Engine PHP SDK is available at https://developers.google.com/appengine/docs/php/ . A hello world program tutorial is available at https://developers.google.com/appengine/docs/php/gettingstarted/helloworld.
Be checking out http://googleappengine.blogspot.com/ for the official announcement of PHP SDK for Google App Engine.
Comments
Post a Comment