Registry / database / influxdb-influxdb-php

influxdb-influxdb-php

JSON →
library1.15.2phppackagistunverified

InfluxDB client library for PHP

composer require influxdb/influxdb-php
INSTALL
IMPORT
SIG · INFLUXDB-INFLUXDB-
I
influxdb-influxdb-php
databasephpv1.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use InfluxDB\Client;

Connect to InfluxDB and query a database

use InfluxDB\Client; $client = new Client('localhost', 8086); $database = $client->selectDB('mydb'); $result = $database->query('SELECT * FROM measurement');
Debug
Known issues
breakingBreaking change in 1.0.0: The client constructor signature changed from (host, port, username, password) to (host, port, username, password, ssl, verifySSL, timeout).
fix
Update constructor calls to include new parameters or use defaults.
affects: >=1.0.0
Upgrade
Version history
1.15.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
influxdb-influxdb-php — pip install influxdb-influxdb-php · libregistry