Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Google Cloud datastore with php?

I am using Google app engine for my web app and I need to use a NoSQL database, so my best option is Google Cloud Datastore

Since I can't find a way to connect it with php I can't use it. In the official documentation php is not mentioned. I want to make sure that is there a way to access it with php ?

like image 317
sha375420 Avatar asked Oct 07 '13 08:10

sha375420


1 Answers

This library may help people finding this thread

Designed to make Google Datatore easy from PHP.

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

like image 60
Tom Avatar answered Sep 18 '22 11:09

Tom