1

Does Google App Engine support PHP?

I mean can I put my PHP projects there so that they are executable there?

hakre
  • 193,403
  • 52
  • 435
  • 836
Sarfraz
  • 377,238
  • 77
  • 533
  • 578

5 Answers5

7

We just announced PHP support at Google I/O. Go here for the documentation and here to sign up to have an app whitelisted.

Stuart Langley
  • 7,044
  • 1
  • 20
  • 20
  • Nice video you did. Just wrote [a little quick review and some comments](http://hakre.wordpress.com/2013/05/18/php-on-google-app-engine-quick-first-review/), and maybe you can share where to report issues (see the iconv/domdocument problem). – hakre May 18 '13 at 14:36
  • Thanks for the post - nice write up. Add your extension list to our issue tracker (https://code.google.com/p/googleappengine/issues/entry?template=Feature%20request for example) and add Language-PHP to the tags and I'll do my best. – Stuart Langley May 18 '13 at 15:51
5

Not directly, but apparently indirectly through the Java support using Quercus. It's not clear, though, whether that really is a viable replacement. I would want to test this very thoroughly before running any production software that way.

Make sure you read all the feedback in the related SO question: Is Quercus a viable replacement for PHP in Java environments?

A Blog entry with Installation instructions is here.

Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
2

Newer package to install PHP on GAE can be found from: http://php-apps.appspot.com/

Tutorials and tips about using OpenID and OAuth can be found from same place.

MarkokraM
  • 980
  • 1
  • 12
  • 26
1

According to this bug: https://code.google.com/p/googleappengine/issues/detail?id=13 Google just announced direct support for PHP in GAE.

StasM
  • 10,593
  • 6
  • 56
  • 103
1

Google App Engine (GAE) is open for everyone officially http://googlecloudplatform.blogspot.in/2013/10/google-app-engine-php-runtime-now-available-to-everyone.html

Continue reading on "Google App Engine (GAE) PHP tutorial in windows. Getting started with hello world example. GAE development and deployment" at http://www.tinywall.info/2013/10/12/google-app-engine-php-windows-getting-started-hello-world-example-gae-development-deploy/

SmartMohi
  • 46
  • 1
  • 8