Using the Google Channel API with PHP

First post here, my question is simple!

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

I can not find the equivalent of this library for PHP.

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

Thanks for the help!

+3
source share
1 answer

The channel API is currently unavailable in PHP. You can write a separate module ( https://developers.google.com/appengine/docs/python/modules/ ) in Python, Java or Go to handle channel API calls in your project.

+1
source

All Articles