PHPackages                             elemenx/laravel-database-influxdb - 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. elemenx/laravel-database-influxdb

ActiveLibrary[Database &amp; ORM](/categories/database)

elemenx/laravel-database-influxdb
=================================

A package for accessing InfluxDB from Laravel 5.5+, based on configuration settings.

v0.1.9(6y ago)06MITPHP

Since Nov 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/elemenx/laravel-database-influxdb)[ Packagist](https://packagist.org/packages/elemenx/laravel-database-influxdb)[ Docs](https://github.com/elemenx/laravel-database-influxdb)[ RSS](/packages/elemenx-laravel-database-influxdb/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (6)Used By (0)

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Via Composer command line:

```
$ composer require elemenx/laravel-database-influxdb
```

Or add the package to your `composer.json`:

```
{
    "require": {
        "elemenx/laravel-database-influxdb": "0.1.*"
    }
}
```

### Step 2: Enable the package (Optional)

[](#step-2-enable-the-package-optional)

This package implements Laravel 5.5's auto-discovery feature. After you install it the package provider and facade are added automatically.

If you would like to declare the provider and/or alias explicitly, then add the service provider to your `config/app.php`:

```
'providers' => [
    ElemenX\Database\InfluxDb\InfluxDbServiceProvider::class,
];
```

And then add the alias to your `config/app.php`:

```
'aliases' => [
    'InfluxDb' => ElemenX\Database\InfluxDb\InfluxDbFacade::class,
];
```

### Step 3: Configure the package

[](#step-3-configure-the-package)

Publish the package config file:

```
$ php artisan vendor:publish --provider="ElemenX\Database\InfluxDb\InfluxDbServiceProvider"
```

You may now place your defaults in `config/influxdb.php`.

Full .env Example
-----------------

[](#full-env-example)

To override values in `config/influxdb.php`, simply add the following to your .env file:

```
INFLUXDB_PROTOCOL=https
INFLUXDB_USER=my-influxdb-user
INFLUXDB_PASS=my-influxdb-pass
INFLUXDB_HOST=my-influxdb.server
```

References
----------

[](#references)

- [influxdata/influxdb-php](https://github.com/influxdata/influxdb-php)

Credits
-------

[](#credits)

This is a fork of [pdffiller/laravel-influx-provider](https://github.com/pdffiller/laravel-influx-provider).

- [pdffiller/laravel-influx-provider Contributors](https://github.com/pdffiller/laravel-influx-provider/graphs/contributors)
- [austinheap/laravel-influx-provider Contributors](https://github.com/austinheap/laravel-influx-provider/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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 ~138 days

Total

5

Last Release

2545d ago

### Community

Maintainers

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

---

Top Contributors

[![austinheap](https://avatars.githubusercontent.com/u/80980?v=4)](https://github.com/austinheap "austinheap (22 commits)")

---

Tags

laraveldatabaseinfluxdbinfluxtimeseriesInflux DB

### Embed Badge

![Health badge](/badges/elemenx-laravel-database-influxdb/health.svg)

```
[![Health](https://phpackages.com/badges/elemenx-laravel-database-influxdb/health.svg)](https://phpackages.com/packages/elemenx-laravel-database-influxdb)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[illuminatech/config

Provides support for Laravel application runtime configuration managed in persistent storage

14921.0k1](/packages/illuminatech-config)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3154.7k](/packages/toponepercent-baum)[vectorial1024/laravel-cache-evict

Efficiently remove expired Laravel file/database cache data

5813.2k](/packages/vectorial1024-laravel-cache-evict)

PHPackages © 2026

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