InfluxDB data displayed using php

I have some sensor data stored in an influx-db and want to read the data using php. I came from a mysql background. I went ahead and got composer, set up the influx library and it’s dependencies and I am pretty much left stuck after that. I followed this GitHub - influxdata/influxdb-php: influxdb-php: A PHP Client for InfluxDB, a time series database but how to I print out the data from the query I set. Any help would be appreciated.

Hi,

you can check this http://www.webm.in/influxdb-php/

for install https://docs.influxdata.com/influxdb/v1.7/introduction/installation/