Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Will Influxdb php make a persistent connection to time series database

Abel K bil edited this page Oct 30, 2016 · 1 revision

The library is build on top of Guzzle and uses HTTP methods to interact with the API of influxDB. It doesn't actually create a persistent connection that you can actually close, rather it just sends an HTTP request whenever it needs to.

Clone this wiki locally