How to connect Kite websocket Using PHP

Jilani
Jilani edited June 2016 in PHP client
How can I connect kite websocket through PHP. And how can I get websocket response in php using KITE API
  • Kailash
    We don't have a PHP WebSocket lib. You can however use the Python one, persist that data somewhere (a fast in-memory DB or something) and access it from your PHP code.
This discussion has been closed.