PHPackages                             danj/gitbar - 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. danj/gitbar

ActiveLibrary

danj/gitbar
===========

Quickly and easily manage your Git repository from your staging area

1.0.0(9y ago)017MITPHP

Since Dec 12Pushed 9y agoCompare

[ Source](https://github.com/danjohnson95/GitBar)[ Packagist](https://packagist.org/packages/danj/gitbar)[ Docs](https://github.com/danjohnson95/GitBar)[ RSS](/packages/danj-gitbar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

GitBar
======

[](#gitbar)

Quickly and easily manage your git repository for your staging area

[![alt tag](https://camo.githubusercontent.com/216bde893e84af98f4793f8460a62d40adbcb08c96529812a5efe2871b2420ac/68747470733a2f2f64616e6a6f686e736f6e2e78797a2f696d672f6769746261722e6a7067)](https://camo.githubusercontent.com/216bde893e84af98f4793f8460a62d40adbcb08c96529812a5efe2871b2420ac/68747470733a2f2f64616e6a6f686e736f6e2e78797a2f696d672f6769746261722e6a7067)

### Getting Started

[](#getting-started)

Getting GitBar installed on your existing Laravel application is easy. Just run the following command in your project

```
$ composer require danj/gitbar

```

After that, you'll need to include the following ServiceProvider to the `providers` array in your `config/app.php` file.

```
Danj\Gitbar\GitbarServiceProvider::class

```

By default, GitBar is enabled based on the `APP_DEBUG` variable. However you can override this behaviour by adding this line in your `.env` file

```
GITBAR_ENABLE=true

```

Please see below for further configurations.

> GitBar should **NEVER** be enabled on a production environment, so please make sure you only enable this on your local workstation and staging area.

### Configuration

[](#configuration)

GitBar can be configured for your needs. You can either publish the config file and edit this directly, or use .env variables.

#### Publishing Config File

[](#publishing-config-file)

```
$ php artisan vendor:publish --provider="Danj\Gitbar"

```

A new file will be created in `/config/gitbar.php`. You can modify this directly.

#### Using .env variables

[](#using-env-variables)

The following .env variables are available for GitBar:

- GITBAR\_ENABLE
- GITBAR\_PREFIX
- GITBAR\_BIN
- GITBAR\_REPO
- GITBAR\_SOURCE

Please see the comments in the [config file](/src/config/gitbar.php) for more info about these.

### And that's it!

[](#and-thats-it)

Issues and Pull Requests are welcome.

If this package makes development easier for you or your team, donations are greatly appreciated! 🍺

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

3440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6871504?v=4)[Dan](/maintainers/danjohnson95)[@danjohnson95](https://github.com/danjohnson95)

---

Top Contributors

[![danjohnson95](https://avatars.githubusercontent.com/u/6871504?v=4)](https://github.com/danjohnson95 "danjohnson95 (18 commits)")

---

Tags

toolbargitgitbar

### Embed Badge

![Health badge](/badges/danj-gitbar/health.svg)

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

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[gitscrum-community-edition/laravel-gitscrum

GitScrum is a project to help developer team. Git + Scrum = Team More Productive

2.9k2.0k](/packages/gitscrum-community-edition-laravel-gitscrum)[webklex/laravel-git-hook

Laravel Git Hook

191.2k](/packages/webklex-laravel-git-hook)

PHPackages © 2026

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