mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
0986f43bdd7964e3f79051eb49ab1e2371f27332
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.
Description
Languages
PHP
85.1%
JavaScript
6.6%
Blade
4.3%
CSS
1.8%
Python
1.1%
Other
1%