3

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 !

Felix M
  • 195
  • 1
  • 9
  • It's also available for python just saying. PHP in new to GAE. Ask at irc if there are plans for this. Also the channels api is quite limited. – Jimmy Kane Feb 09 '14 at 15:16
  • Thanks for your answer. Yes it's still a beta feature. What do you mean by 'ask at irc' ? If anyone has a simple alternative to Channel API I'd be glad to hear it :) – Felix M Feb 09 '14 at 17:20

1 Answers1

1

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.

Mars
  • 1,422
  • 8
  • 9