how can i execute folllowing cmmand with PHP

Abhishek_2013
curl "https://api.kite.trade/quote?i=NSE:INFY" \
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token"

how can i execute this curl comand with PHP??
Sign In or Register to comment.