I am trying to get the datafeed from Kite Connect via async web socket. I think that I can use amphp/websocket-client library in my Laravel project but I am clueless where to begin.
How to integrate this library to get the data feed in my Laravel app?
How do I use the stream of data that keeps coming in non-stop?