PHPackages                             gh05tpl/simple-influxdb-client-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. gh05tpl/simple-influxdb-client-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

gh05tpl/simple-influxdb-client-bundle
=====================================

Simple bundle of influxdb client for symfony framework

1.0(2y ago)059MITPHPPHP ^8

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Gh05t-PL/simple-influxdb-client-bundle)[ Packagist](https://packagist.org/packages/gh05tpl/simple-influxdb-client-bundle)[ RSS](/packages/gh05tpl-simple-influxdb-client-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Simple InfluxDB Client Bundle
=============================

[](#simple-influxdb-client-bundle)

This bundle is based on [influxdata/influxdb-client-php](https://github.com/influxdata/influxdb-client-php)

Installation (until flex isn't added)
-------------------------------------

[](#installation-until-flex-isnt-added)

1. `composer require gh05tpl/simple-influxdb-client-bundle`
2. Add bundle in `bundles.php` with this line `Gh05tPL\SimpleInfluxDbClientBundle\SimpleInfluxDbClientBundle::class => ['all' => true],`
3. Add config file under `config/packages/gh05tpl_influxdb_client.yaml` and use config example to populate it

Usage
-----

[](#usage)

To inject specific client defined in configuration use camelCase version of the name in argument (e.g. `$mySecondClient`) typed with `\InfluxDB2\Client` class and then use it as described in original repo [influxdata/influxdb-client-php](https://github.com/influxdata/influxdb-client-php#usage)

Config file example
-------------------

[](#config-file-example)

```
gh05tpl_influxdb_client:
  clients:
    my_first_client:
      host: 'http://influx'
      port: '8086'
      token: 'TOKEN'
      organization: 'my-org'
      bucket: 'my-bucket'
      precision: 's'
      timeout: 2
    my_second_client:
      host: 'http://influx'
      port: '8086'
      token: 'TOKEN'
      organization: 'my-org2'
      bucket: 'my-bucket2'
      precision: 's'
      timeout: 2
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

1020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8308631d5c55ed42ab4cf07e6385bde51e22d81933149d9998c1a1b9aaa44c6?d=identicon)[gh05tpl](/maintainers/gh05tpl)

---

Top Contributors

[![Gh05t-PL](https://avatars.githubusercontent.com/u/27134972?v=4)](https://github.com/Gh05t-PL "Gh05t-PL (2 commits)")[![wiktor-zmudzinski01](https://avatars.githubusercontent.com/u/79314375?v=4)](https://github.com/wiktor-zmudzinski01 "wiktor-zmudzinski01 (1 commits)")

### Embed Badge

![Health badge](/badges/gh05tpl-simple-influxdb-client-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.7k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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