How to find the PHP documentation for WebSocket streaming

abhijeet
Please help me find the PHP documentation for WebSocket streaming API.
Tagged:
  • sujith
    Hi,
    phpkiteconnect doesn't have websockets you can use some other client library to use websockets data.
  • abhijeet
    What if I want to code in php, then which one will fetch me real time price data?
  • sujith
    The philosophy of the PHP is a little different than other languages.
    I don't think PHP supports websockets either. You can try javascript or python client of Kite Connect.
  • abhijeet
    Okay. One last question Sujith. For historical data, do we have php documentation? And hopefully, the historical data covers ohlc.

    Thanks
  • sujith
    You can find links for documentation here.
  • gaurav_ch
    PHP is supporting websockets for good now. The only problem is binary data decoding which is done by your devs for node and python.
  • sujith
    All Kite Connect libraries are open source, you can fork and add new features.
  • KrishnakantB
    Hello @gaurav_ch , how PHP support WebSockets. Can you give me any reference? I need to implement websocket using PHP in my application.
  • anirban1990
    @KrishnakantB
    Have a look at Elephant.io . Its a websocket library written in php
Sign In or Register to comment.