PHPackages                             rianfuro/laravel-prometheus-storage-adapter - 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. rianfuro/laravel-prometheus-storage-adapter

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

rianfuro/laravel-prometheus-storage-adapter
===========================================

Laravel Eloquent storage adapter for the prometheus php client

v1.0.5(4y ago)0120MITPHP

Since Jun 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RianFuro/laravel-prometheus-storage-adapter)[ Packagist](https://packagist.org/packages/rianfuro/laravel-prometheus-storage-adapter)[ RSS](/packages/rianfuro-laravel-prometheus-storage-adapter/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (7)Used By (0)

laravel-prometheus-storage-adapter
==================================

[](#laravel-prometheus-storage-adapter)

This packag provides an `Adapter` implementation for [endclothing/prometheus\_client\_php](https://github.com/endclothing/prometheus_client_php), using Laravel's Eloquent to store metrics in your database. Is it a good idea? Probably not, but here it is anyway - maybe it'll fit your needs.

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

[](#installation)

```
composer require  rianfuro/laravel-prometheus-storage-adapter
php artisan migrate

```

There's no configuration attached to this library, the adapter will simply use your default connection from your `database.php`.

Usage
-----

[](#usage)

You can then simply register the adapter in your ServiceProvider, for example as follows:

```
        $this->app->bind(Adapter::class, LaravelPrometheusStorageAdapter\EloquentStorageAdapter::class);
        $this->app->singleton(CollectorRegistry::class);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~108 days

Total

6

Last Release

1692d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/678a3fc313934efa476a7a7fc0ed9fe0840901c2e37745b5201048fc7ddbfa5e?d=identicon)[RianFuro](/maintainers/RianFuro)

---

Top Contributors

[![RianFuro](https://avatars.githubusercontent.com/u/10298987?v=4)](https://github.com/RianFuro "RianFuro (12 commits)")

---

Tags

laraveleloquentadapterstorageprometheus

### Embed Badge

![Health badge](/badges/rianfuro-laravel-prometheus-storage-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/rianfuro-laravel-prometheus-storage-adapter/health.svg)](https://phpackages.com/packages/rianfuro-laravel-prometheus-storage-adapter)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[bavix/laravel-clickhouse

Eloquent model for ClickHouse

72214.1k2](/packages/bavix-laravel-clickhouse)[stayallive/laravel-eloquent-observable

Register Eloquent model event listeners just-in-time directly from the model.

2928.9k7](/packages/stayallive-laravel-eloquent-observable)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

823.1k](/packages/waad-laravel-model-metadata)[mozex/laravel-scout-bulk-actions

A Laravel Scout extension for bulk importing and flushing of all models.

1033.4k](/packages/mozex-laravel-scout-bulk-actions)

PHPackages © 2026

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