PackageTrack
Sign in Get early access

spatie/laravel-prometheus

Export Laravel metrics to Prometheus

1.6.1 1.9M downloads/mo #1926 most downloaded on Packagist spatie/laravel-prometheus

What this package is like to depend on

Last release 1 months ago

13 Jul 2026

Ships fairly regularly

a new release about every 3 months

Nearly every release is documented

notes for 20 of 22 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

22 releases · first in 2023

6 releases in the last 12 months

see the full history below

Release timeline

22 releases · Jun 2023 to Jul 2026
2024 2025 2026
Release Pre-release

Releases

latest 22
  1. 1.6.1 13 Jul 2026
    Release notes
    • Update @method annotations on the Prometheus facade so PHPStan/Larastan no longer reports arguments.count errors for registerCollectorClasses(), addGauge() and addCounter() (#78)
    • Add explicit return types to service provider and facade methods (#73)
    Open source →
    Release notes
    • Update @method annotations on the Prometheus facade so PHPStan/Larastan no longer reports arguments.count errors for registerCollectorClasses(), addGauge() and addCounter() (#78)
    • Add explicit return types to service provider and facade methods (#73)
    Open source →
  2. 1.6.0 27 Apr 2026
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #72
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #74
    • Rename FailedJobsPerHourCollector to FailedRecentJobsCollector by @Raphaelvddoel in #75

    New Contributors

    Full Changelog: 1.5.0...1.6.0

    Open source →
  3. 1.5.0 06 Mar 2026
    Release notes

    What's Changed

    • Laravel 13.x Compatibility
    • Drop support for PHP < 8.4 and Laravel < 12
    • Update to Pest 4
    Open source →
    Release notes

    What's Changed

    • Laravel 13.x Compatibility
    • Drop support for PHP < 8.4 and Laravel < 12
    • Update to Pest 4
    Open source →
  4. 1.4.0 26 Jan 2026
    Release notes

    What's Changed

    • Add Conditionable trait to Gauge and Counter for fluent conditional operations by @Ma-ve in #69
    • Add CONTRIBUTING.md file and restore Contributing section in README
    • Clean up docs: remove outdated 'Using cached values' placeholder page
    • Drop Laravel 10 support and require Laravel 11+
    • Bump minimum dependencies to Laravel 11+ compatible versions
    • Update test matrix to Laravel 11 and 12 only with stable dependencies

    New Contributors

    • @Ma-ve made their first contribution in #69

    Full Changelog: 1.3.0...1.4.0

    Open source →
    Release notes

    What's Changed

    • Add Conditionable trait to Gauge and Counter for fluent conditional operations by @Ma-ve in https://github.com/spatie/laravel-prometheus/pull/69
    • Add CONTRIBUTING.md file and restore Contributing section in README
    • Clean up docs: remove outdated 'Using cached values' placeholder page
    • Drop Laravel 10 support and require Laravel 11+
    • Bump minimum dependencies to Laravel 11+ compatible versions
    • Update test matrix to Laravel 11 and 12 only with stable dependencies

    New Contributors

    • @Ma-ve made their first contribution in https://github.com/spatie/laravel-prometheus/pull/69

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.3.0...1.4.0

    Open source →
  5. 1.3.0 15 Sep 2025
    Release notes

    What's Changed

    • Add vanilla Laravel queue exports

    Full Changelog: 1.2.2...1.3.0

    Open source →
    Release notes

    What's Changed

    • Add vanilla Laravel queue exports

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.2.2...1.3.0

    Open source →
  6. 1.2.2 12 Sep 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #54
    • Update requirements.md by @oralunal in #55
    • Fix image paths in documentation for Grafana integration by @eura-app in #56
    • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #60
    • adds missing facade counter typehint by @vladislavs-poznaks in #65

    New Contributors

    • @oralunal made their first contribution in #55
    • @eura-app made their first contribution in #56
    • @vladislavs-poznaks made their first contribution in #65

    Full Changelog: 1.2.1...1.2.2

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/spatie/laravel-prometheus/pull/54
    • Update requirements.md by @oralunal in https://github.com/spatie/laravel-prometheus/pull/55
    • Fix image paths in documentation for Grafana integration by @eura-app in https://github.com/spatie/laravel-prometheus/pull/56
    • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/spatie/laravel-prometheus/pull/60
    • adds missing facade counter typehint by @vladislavs-poznaks in https://github.com/spatie/laravel-prometheus/pull/65

    New Contributors

    • @oralunal made their first contribution in https://github.com/spatie/laravel-prometheus/pull/55
    • @eura-app made their first contribution in https://github.com/spatie/laravel-prometheus/pull/56
    • @vladislavs-poznaks made their first contribution in https://github.com/spatie/laravel-prometheus/pull/65

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.2.1...1.2.2

    Open source →
  7. 1.2.1 14 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.2.0...1.2.1

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/48
    • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/49
    • Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-prometheus/pull/50

    New Contributors

    • @laravel-shift made their first contribution in https://github.com/spatie/laravel-prometheus/pull/50

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.2.0...1.2.1

    Open source →
  8. 1.2.0 28 Aug 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.1.0...1.2.0

    Open source →
    Release notes

    What's Changed

    • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/35
    • PR #27 Counter metrics documentation by @codeh4nter in https://github.com/spatie/laravel-prometheus/pull/39
    • Implement Prometheus Counter type by @thdebay in https://github.com/spatie/laravel-prometheus/pull/27
    • Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/38

    New Contributors

    • @codeh4nter made their first contribution in https://github.com/spatie/laravel-prometheus/pull/39
    • @thdebay made their first contribution in https://github.com/spatie/laravel-prometheus/pull/27

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.1.0...1.2.0

    Open source →
  9. 1.1.0 08 Mar 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.0.5...1.1.0

    Open source →
    Release notes

    What's Changed

    • Add config setting if the collector registry should be wiped by @ekateiva in https://github.com/spatie/laravel-prometheus/pull/26
    • add ext-redis to dev dependencies by @pselge-5anker in https://github.com/spatie/laravel-prometheus/pull/29
    • Laravel 11 Support by @pselge-5anker in https://github.com/spatie/laravel-prometheus/pull/31

    New Contributors

    • @ekateiva made their first contribution in https://github.com/spatie/laravel-prometheus/pull/26
    • @pselge-5anker made their first contribution in https://github.com/spatie/laravel-prometheus/pull/29

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.0.5...1.1.0

    Open source →
  10. 1.0.5 02 Jan 2024
    Release notes

    What's Changed

    • Fix typo by @ralphjsmit in #19
    • Update composer.json to use Larastan Org by @arnebr in #23
    • Missing ")" in some sections of creating-gauges.md by @jorgemurta in #21
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #17
    • Bump actions/checkout from 3 to 4 by @dependabot in #16
    • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #24

    New Contributors

    • @ralphjsmit made their first contribution in #19
    • @arnebr made their first contribution in #23
    • @jorgemurta made their first contribution in #21

    Full Changelog: 1.0.4...1.0.5

    Open source →
    Release notes

    What's Changed

    • Fix typo by @ralphjsmit in https://github.com/spatie/laravel-prometheus/pull/19
    • Update composer.json to use Larastan Org by @arnebr in https://github.com/spatie/laravel-prometheus/pull/23
    • Missing ")" in some sections of creating-gauges.md by @jorgemurta in https://github.com/spatie/laravel-prometheus/pull/21
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/17
    • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/16
    • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/24

    New Contributors

    • @ralphjsmit made their first contribution in https://github.com/spatie/laravel-prometheus/pull/19
    • @arnebr made their first contribution in https://github.com/spatie/laravel-prometheus/pull/23
    • @jorgemurta made their first contribution in https://github.com/spatie/laravel-prometheus/pull/21

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.0.4...1.0.5

    Open source →
  11. 1.0.4 26 Jul 2023
    Release notes

    What's Changed

    • chore(config): ensure the config suggests a countable by @pataar in https://github.com/spatie/laravel-prometheus/pull/14

    New Contributors

    • @pataar made their first contribution in https://github.com/spatie/laravel-prometheus/pull/14

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.0.3...1.0.4

    Open source →
  12. 1.0.3 04 Jul 2023
    Release notes

    What's Changed

    • Use configured middleware for routes
    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/11
    • Minor spelling fix by @mbardelmeijer in https://github.com/spatie/laravel-prometheus/pull/9

    New Contributors

    • @mbardelmeijer made their first contribution in https://github.com/spatie/laravel-prometheus/pull/9

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.0.2...1.0.3

    Open source →
  13. 1.0.2 28 Jun 2023
    Release notes

    What's Changed

    • feat: Improves code completion by class annotation by @maxacarvalho in https://github.com/spatie/laravel-prometheus/pull/8

    New Contributors

    • @maxacarvalho made their first contribution in https://github.com/spatie/laravel-prometheus/pull/8

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/1.0.1...1.0.2

    Open source →
  14. 1.0.1 19 Jun 2023
    Release notes
    • fix for Vapor
    Open source →
  15. 1.0.0 03 Jun 2023
    Release notes
    • initial release
    Open source →
  16. 0.0.7 03 Jun 2023
    Release notes

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/0.0.6...0.0.7

    Open source →
  17. 0.0.6 01 Jun 2023
    Release notes

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/0.0.5...0.0.6

    Open source →
  18. 0.0.5 01 Jun 2023
    Release notes
    • experimental release
    Open source →
  19. 0.0.4 01 Jun 2023

    Nothing published for this version

  20. 0.0.3 01 Jun 2023
    Release notes

    What's Changed

    • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-prometheus/pull/1

    Full Changelog: https://github.com/spatie/laravel-prometheus/compare/0.0.2...0.0.3

    Open source →
  21. 0.0.2 01 Jun 2023

    Nothing published for this version

  22. 0.0.1 01 Jun 2023
    Release notes
    • experimental release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive