2014-09-11 10:03:31 +02:00
2014-09-11 10:03:31 +02:00
2014-09-10 12:00:46 +02:00
2014-09-10 15:57:48 +02:00
2014-09-11 09:50:53 +02:00
2014-09-10 12:00:46 +02:00
2014-09-11 09:50:43 +02:00
2014-09-11 09:50:43 +02:00

InfluxDB PHP SDK

  • Build Status
  • Dependency Status

Send metrics to InfluxDB.

$client = new \InfluxDB\Client();
$client->setAdapter(new \InfluxDB\Adapter\UdpAdapter());

$client->mark("search", [
    "query" => "php"
]);

Install it

Just use composer

php composer.phar require corley/influxdb-sdk:*

Or place it in your require section

{
  "require": {
    // ...
    "corley/influxdb-sdk": "*"
  }
}
S
Description
Community-based GPL-licensed network monitoring system
Readme
219 MiB
Languages
PHP 37.2%
JavaScript 33.6%
HTML 24.5%
CSS 3%
Less 0.7%
Other 0.8%