Alternatives for lack of service SDK for PHP

Hi,

It seems that isn’t any SDK for PHP to invoke hosted services. So we are forced to use REST?
Can/Should I use Custom Events instead and use the events dispatch that comes with PHP client SDK?

Thanks,
Telmo

Hi Telmo,

You have three options:

    Use REST Use Custom Events Port the [url=https://github.com/Backendless/Android-SDK/blob/master/src/com/backendless/CustomService.java]CustomService support from Java[/url] to the PHP SDK. You're welcome to submit a pull request and we will merge it into the PHP SDK so everyone else can benefit from your submission.
Regards, Mark