Search code examples
phpgoogle-app-enginechannel-api

Using Google Channel API with PHP


First post here, my question is simple !

Is there a way to use the Channel API in PHP on Google AppEngine ?

I cannot find the equivalent of this library for PHP.

If not, what would be the best alternative ? Learn Java EE ? I'd like something simple and fast, working on GAE.

Thank you for you help !


Solution

  • Channel API is currently not available on PHP. You could write a separate module (https://developers.google.com/appengine/docs/python/modules/) in Python, Java or Go to handle the Channel API calls in your project.