PHPackages                             junker/influxdb-service-provider - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. junker/influxdb-service-provider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

junker/influxdb-service-provider
================================

InfluxDb Service Provider for Silex

0.3.0(6y ago)150MITPHP

Since Dec 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Junker/InfluxDbServiceProvider)[ Packagist](https://packagist.org/packages/junker/influxdb-service-provider)[ RSS](/packages/junker-influxdb-service-provider/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

InfluxDbServiceProvider
=======================

[](#influxdbserviceprovider)

InfluxDb Service Provider for Silex

Requirements
------------

[](#requirements)

- Silex 2.x
- InfluxDB client library for PHP

Installation
------------

[](#installation)

The best way to install InfluxDbServiceProvider is to use a [Composer](https://getcomposer.org/download):

```
composer require junker/influxdb-service-provider

```

Examples
--------

[](#examples)

```
use Junker\Silex\Provider\InfluxDbServiceProvider;

$app->register(new InfluxDbServiceProvider(), [
    'influxdb.host' => 'localhost', //optional. default: localhost
    'influxdb.port' => 8086, //optional. default: 8086 or 4444 for udp
    'influxdb.database' => 'stat',
    'influxdb.username' => 'username', //optional
    'influxdb.password' => 'password' //optional
    'influxdb.ssl' => true, //optional. default: false
    'influxdb.verifyssl' => true, //optional. default: false
    'influxdb.timeout' => 10, //optional. default: 0
    'influxdb.driver' => 'udp' //optional
]);

$app['influxdb']->query('select * from test_metric LIMIT 5');

$app['influxdb.client']->selectDB('influx_test_db');
```

Documentation
-------------

[](#documentation)

[InfluxDB client library for PHP](https://github.com/influxdata/influxdb-php)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~644 days

Total

3

Last Release

2203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1144095?v=4)[Dmitry Kosenkov](/maintainers/Junker)[@Junker](https://github.com/Junker)

---

Top Contributors

[![Junker](https://avatars.githubusercontent.com/u/1144095?v=4)](https://github.com/Junker "Junker (2 commits)")

---

Tags

silexinfluxdbinflux

### Embed Badge

![Health badge](/badges/junker-influxdb-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/junker-influxdb-service-provider/health.svg)](https://phpackages.com/packages/junker-influxdb-service-provider)
```

###  Alternatives

[igorw/config-service-provider

A config ServiceProvider for Silex with support for php, json and yaml.

215638.9k13](/packages/igorw-config-service-provider)[jbinfo/mobile-detect-service-provider

A mobile detect ServiceProvider for Silex, based on Mobile-Detect library.

25332.9k](/packages/jbinfo-mobile-detect-service-provider)[franmomu/silex-pagerfanta-provider

Silex ServiceProvider for Pagerfanta Library

1312.1k](/packages/franmomu-silex-pagerfanta-provider)[emanueleminotto/faker-service-provider

Faker Service Provider for Silex

162.9k](/packages/emanueleminotto-faker-service-provider)[chh/frozen-silex

Turn your Silex Application into static HTML

191.4k](/packages/chh-frozen-silex)

PHPackages © 2026

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