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

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

visualappeal/laravel-database-influxdb
======================================

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

0.3.0(3y ago)0280[1 issues](https://github.com/VisualAppeal/laravel-database-influxdb/issues)MITPHPPHP ^8.0

Since Nov 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/VisualAppeal/laravel-database-influxdb)[ Packagist](https://packagist.org/packages/visualappeal/laravel-database-influxdb)[ Docs](https://github.com/austinheap/laravel-database-influxdb)[ RSS](/packages/visualappeal-laravel-database-influxdb/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (6)Versions (10)Used By (0)

Laravel 5.6+ InfluxDB Database Package
======================================

[](#laravel-56-influxdb-database-package)

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Via Composer command line:

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

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

```
{
    "require": {
        "visualappeal/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' => [
    AustinHeap\Database\InfluxDb\InfluxDbServiceProvider::class,
];
```

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

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

### Step 3: Configure the package

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

Publish the package config file:

```
$ php artisan vendor:publish --provider="AustinHeap\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 [austinheap/laravel-database-influxdb](https://github.com/austinheap/laravel-database-influxdb).

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~462 days

Total

8

Last Release

1141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81e28043849dc03142de395d05318c70cb408e645ebd5a3985ab5896c30951e0?d=identicon)[thelfensdrfer](/maintainers/thelfensdrfer)

---

Top Contributors

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

---

Tags

laraveldatabaseinfluxdbinfluxtimeseriesInflux DB

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

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

Database-independent Query Expressions as a replacement to DB::raw calls

357436.5k2](/packages/tpetry-laravel-query-expressions)[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)
