PHPackages                             larakitdev/envbar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. larakitdev/envbar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

larakitdev/envbar
=================

This package will show on the top of every page a fancy alert with the environment and the current branch information.

1.0.0(2y ago)16MITPHPPHP ^7.3|^8.0

Since Jul 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/larakitdev/envbar)[ Packagist](https://packagist.org/packages/larakitdev/envbar)[ RSS](/packages/larakitdev-envbar/feed)WikiDiscussions main Synced 1mo ago

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

Envbar
======

[](#envbar)

Envbar is a simple package that will add a colored bar to the top of your pages to indicate the current environment and the current branch or release.

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

[](#installation)

To install this package is very simple, you just need to install it with [composer](https://getcomposer.org/):

```
composer require --dev larakitdev/envbar
```

After installing, you need to publish the assets and the configuration file:

```
php artisan vendor:publish --provider="LaraKit\EnvBar\EnvBarServiceProvider" --tag="assets"
php artisan vendor:publish --provider="LaraKit\EnvBar\EnvBarServiceProvider" --tag="config"
```

To keep the assets up-to-date and avoid issues in future updates, you may add the `envbar:publish` command to the `post-update-cmd` scripts in your application's `composer.json` file:

```
{
    "scripts": {
        "post-update-cmd": [
            "@php artisan envbar:publish --ansi"
        ]
    }
}
```

Configuration
-------------

[](#configuration)

The configuration file is located in `config/envbar.php`. All the necessary instructions are in the file.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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

1037d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04041bcea5022b5096cd500bab277a0bbb5782622c4fe9f07cbd64379af16613?d=identicon)[mayroonalves](/maintainers/mayroonalves)

---

Top Contributors

[![iammayron](https://avatars.githubusercontent.com/u/7702807?v=4)](https://github.com/iammayron "iammayron (24 commits)")[![devajmeireles](https://avatars.githubusercontent.com/u/60591772?v=4)](https://github.com/devajmeireles "devajmeireles (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/larakitdev-envbar/health.svg)

```
[![Health](https://phpackages.com/badges/larakitdev-envbar/health.svg)](https://phpackages.com/packages/larakitdev-envbar)
```

PHPackages © 2026

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