mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-24 16:23:09 +02:00
016c5abc6ef986e9ad671e3d42a3ea3903644368
php-influxdb - 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 Leaseweb\InfluxDB\Client($host, $port);
This will create a new client object which you can use to read and write points to InfluxDB.
Languages
PHP
37.2%
JavaScript
33.6%
HTML
24.5%
CSS
3%
Less
0.7%
Other
0.8%