Which php framework would be best suited to integrate with Google NoSql database?
43 views
Skip to first unread message
Mandeep Kaur
unread,
Jan 2, 2017, 9:18:31 AM1/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi everyone...
I am trying to integrate a code igniter app with google nosql but as it doesn't fully support the google Nosql database. So I am finding for the best solution to i. Can you please help me as I want my application to be flexible for any further extensions in future. I have searched all over the web for the best suited framework in php but not able to find it yet. Please let me know if anyone of you have any such work around. It would really save lots of my time. Thanks!
Jordan (Cloud Platform Support)
unread,
Jan 2, 2017, 3:28:56 PM1/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
We offer the Google Cloud Client Library for PHP which allows access to the Google Cloud Datastore (our NoSQL solution). You can therefore directly use the Client Library APIs to make calls to the Cloud Datastore in PHP as seen in our tutorial. Alternatively, you can refer to this list of third-party libraries that make use of our APIs for additional help.