Hi Milad, As far as i know, native gae datastore is not available trough PHP. However you can access *Cloud Datastore* ( https://developers.google.com/datastore/ ) with this the *google-api-php-client* https://code.google.com/p/google-api-php-client/ The bad new is that the cloud datastore API in php is not documented: http://stackoverflow.com/questions/19219748/can-google-cloud-datastore-access-with-php
Good luck! Alejandro González Rodrigo *www.nextinit.com* <https://www.nextinit.com/> *[email protected] <[email protected]>* *+34 666 57 79 13* 2014/1/16 Milad Kawas Cale <[email protected]> > Is there a NoSQL equivalent for PHP in Google App Engine? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
