You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we can't seems to be able to find the same feature for the PHP SDK. Is there any particular reason why it is not implemented ? Is there a workaround ? One of our API is built in PHP and we are struggling syncing it with the rest of our stack.
Thanks for reading this.
The text was updated successfully, but these errors were encountered:
The PHP implements the REST library only (see https://www.ably.io/download) and so do not support realtime (websocket) connections and channel subscriptions.
We don't have any plans at present to extend PHP to a realtime library.
@paddybyers thanks a lot for those explanations. For now, we've created a NodeJs microservice that is responsible of feeding our PHP API with the realtime data. I will take a look at the MQTT alternative which sounds better.
Thanks again
Hi,
We are using Ably to maintain the state of our APIs, mainly built using Ruby on Rails. Your Ruby SDK (https://github.com/ably/ably-ruby#subscribing-to-a-channel) allows us to subscribe from the server like this using
Ably::Realtime.new
:However, we can't seems to be able to find the same feature for the PHP SDK. Is there any particular reason why it is not implemented ? Is there a workaround ? One of our API is built in PHP and we are struggling syncing it with the rest of our stack.
Thanks for reading this.
The text was updated successfully, but these errors were encountered: