InfluxPHP icon indicating copy to clipboard operation
InfluxPHP copied to clipboard

Simple PHP client for InfluxDB

Results 12 InfluxPHP issues
Sort by recently updated
recently updated
newest added

Is it possible to allow a token to not doing a throw. Issue is it crash the entire script linked to API. For example, if you want to create a...

Hi, Influx supports setting our own timestamps. Does this library support that? -T

As of InfluxDB 0.9.3, integer types are now supported using the following syntax (while writing): ``` # integers (int64) value = 2i value = 23i # float (float64) value =...

I tried the following example and found that the 'name' field 'lala' did not overwrite the 'foobar'. // multiple insert, this is better... // The 'name' field is optional, if...

Seems like the JSON for inserting data has changed with Influxdb 0.9 stable. Because of this inserting data doesn't work and InfluxDB reports "missing measurement". I think **"name"** variable should...

Methods added: - getDatabaseNames - Returns a list of the names of all the databases - databaseExists - Checks if a database exists on the host/cluster Components added: - QueryBuilder...

When values in the series are empty, PHP Catchable fatal error occurs. If values are empty, set empty array.

If you need to create database with "-" the influx return error Example: 64da52bf-3388-9168-da9a-00000c7184d9 {"error":"error parsing query: found 64da52bf-3388-9168-da9a-00000c7184d9, expected identifier at line 1, char 16"}\* Closing connection #0 This...

UDP is much faster than HTTP, it would be great to have it supported

At the moment, the client only supports HTTP. Is HTTPS possible?