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)058MITPHPPHP ^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 4w ago

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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

966d 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

[symfony-cmf/routing-bundle

Symfony RoutingBundle

16313.5M88](/packages/symfony-cmf-routing-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[doctrine/phpcr-bundle

Symfony DoctrinePHPCRBundle

1602.6M41](/packages/doctrine-phpcr-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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[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.

813.1k](/packages/ahmed-bhs-doctrine-doctor)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

254.9k](/packages/heymoon-doctrine-psql-enum)

PHPackages © 2026

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