mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-22 00:22:12 +02:00
428 B
428 B
influxdb-php
InfluxDB client library for PHP
###Overview
This library was created to have php port of the python influxdb client. This way there will be a common abstraction library between different programming languages.
###Usage
Initialize a new client object:
$client = new InfluxDB\Client($host, $port);
This will create a new client object which you can use to read and write points to InfluxDB.