☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2020
anirban1990
March 2020
KrishnakantB
November 2018
gaurav_ch
October 2018
abhijeet
November 2018
sujith
How to find the PHP documentation for WebSocket streaming
abhijeet
October 2018
in
PHP client
Please help me find the PHP documentation for WebSocket streaming API.
Tagged:
WebSocket
php
sujith
October 2018
Hi,
phpkiteconnect doesn't have websockets you can use some
other client library
to use websockets data.
abhijeet
October 2018
What if I want to code in php, then which one will fetch me real time price data?
sujith
October 2018
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
October 2018
Okay. One last question Sujith. For historical data, do we have php documentation? And hopefully, the historical data covers ohlc.
Thanks
sujith
October 2018
You can find links for documentation
here
.
gaurav_ch
November 2018
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
November 2018
All Kite Connect libraries are open source, you can fork and add new features.
KrishnakantB
March 2020
Hello
@gaurav_ch
, how PHP support WebSockets. Can you give me any reference? I need to implement websocket using PHP in my application.
anirban1990
March 2020
@KrishnakantB
Have a look at Elephant.io . Its a websocket library written in php
Sign In
or
Register
to comment.
phpkiteconnect doesn't have websockets you can use some other client library to use websockets data.
I don't think PHP supports websockets either. You can try javascript or python client of Kite Connect.
Thanks
Have a look at Elephant.io . Its a websocket library written in php