Question

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 !

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top