Can the recently released GAE PHP runtime access the native GAE datastore?

后端 未结 4 1710
误落风尘
误落风尘 2021-01-06 15:30

Google just announced support for a PHP runtime for App Engine. I have an app developed using the Java runtime which utilizes the native App Engine datastore. It currently f

4条回答
  •  梦毁少年i
    2021-01-06 15:51

    This library was recently released (by me) - I hope it helps people finding this thread.

    It makes using Datastore from PHP (on App Engine or not) much easier.

    https://github.com/tomwalder/php-gds

    Enjoy!

提交回复
热议问题