PHPackages                             pourquoi/influxdb-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pourquoi/influxdb-client

ActiveLibrary

pourquoi/influxdb-client
========================

InfluxDB client UDP

345PHP

Since Jun 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pourquoi/influxdb-client)[ Packagist](https://packagist.org/packages/pourquoi/influxdb-client)[ RSS](/packages/pourquoi-influxdb-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Send data to influxdb via UDP

```
$client = new \Pourquoi\InfluxDB\Client();
$client->setDBSender('my_db', new \Pourquoi\InfluxDB\Sender\UDPSender('127.0.0.1', '4444'));

$client->insert('my_db', 'foo', array('v1', 'v2'), array('23', '456'));
$client->insert('my_db', 'foo', array('v1', 'v2'), array('15', '412'));

// this will be sent via http
$client->insert('another_db', 'bar', array('foo'), array('baz'));

$client->send();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1443410?v=4)[mathias dusautoy](/maintainers/pourquoi)[@pourquoi](https://github.com/pourquoi)

### Embed Badge

![Health badge](/badges/pourquoi-influxdb-client/health.svg)

```
[![Health](https://phpackages.com/badges/pourquoi-influxdb-client/health.svg)](https://phpackages.com/packages/pourquoi-influxdb-client)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
