PHPackages                             egeniq/laravel-versionheader - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. egeniq/laravel-versionheader

ActiveLibrary[HTTP &amp; Networking](/categories/http)

egeniq/laravel-versionheader
============================

A Laravel package that adds a HTTP header with version info.

1.0.0(7y ago)07.2kMITPHP

Since Dec 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/egeniq/laravel-versionheader)[ Packagist](https://packagist.org/packages/egeniq/laravel-versionheader)[ Docs](https://github.com/egeniq/laravel-versionheader)[ RSS](/packages/egeniq-laravel-versionheader/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Version header middleware for Laravel and Lumen
===============================================

[](#version-header-middleware-for-laravel-and-lumen)

This package introduces simple HTTP middleware that adds a release or build version to the response headers.

It works with both the Laravel and Lumen frameworks starting version 5.1.

Getting started
---------------

[](#getting-started)

Require the package via composer:

```
composer require egeniq/laravel-versionheader

```

### For Lumen

[](#for-lumen)

Copy the config file to your config directory:

```
cp vendor/egeniq/laravel-versionheader/config/versionheader.php ./config/versionheader.php

```

And customize the configuration values if necessary.

After that, enable the middleware and register the service provider in your `bootstrap/app.php`.

```
$app->middleware([
    \Egeniq\Laravel\VersionHeader\Http\Middleware\VersionHeader::class,
]);

$app->register(\Egeniq\Laravel\VersionHeader\VersionHeaderServiceProvider::class);

```

### For Laravel

[](#for-laravel)

Documentation to be done.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Unknown

Total

1

Last Release

2741d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/360150?v=4)[Richard Tuin](/maintainers/rtuin)[@rtuin](https://github.com/rtuin)

---

Top Contributors

[![rtuin](https://avatars.githubusercontent.com/u/360150?v=4)](https://github.com/rtuin "rtuin (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/egeniq-laravel-versionheader/health.svg)

```
[![Health](https://phpackages.com/badges/egeniq-laravel-versionheader/health.svg)](https://phpackages.com/packages/egeniq-laravel-versionheader)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

2037.5k](/packages/onlime-laravel-http-client-global-logger)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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