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 w
Accessing Google Cloud Datastore from PHP is not documented, but you should be able to use Google APIs Client Library for PHP like any other Google APIs.