PHPackages                             gearhub/laravel-enhancement-suite - 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. gearhub/laravel-enhancement-suite

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

gearhub/laravel-enhancement-suite
=================================

Additions that are used in most of our Laravel projects.

v2.0.0(8y ago)096MITPHPPHP &gt;=5.6.4

Since Jun 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gearhub/laravel-enhancement-suite)[ Packagist](https://packagist.org/packages/gearhub/laravel-enhancement-suite)[ RSS](/packages/gearhub-laravel-enhancement-suite/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

Laravel Enhancement Suite
=========================

[](#laravel-enhancement-suite)

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

[](#installation)

To install with composer you can run:

```
$ composer require gearhub/laravel-enhancement-suite

```

or you can edit your `composer.json` with:

```
"require": {
    "gearhub/laravel-enhancement-suite": "^1.0.0"
}
```

Once that is finished, you need to add the service provider to your `providers` array in your `app.php`:

```
GearHub\LaravelEnhancementSuite\LaravelEnhancementSuiteServiceProvider::class
```

Next, you need to add the facade to your `aliases` array in your `app.php`:

```
'Repository' => \GearHub\LaravelEnhancementSuite\Facades\Repository::class
```

Run this in the command line:

```
$ php artisan vendor:publish --provider="GearHub\LaravelEnhancementSuite\LaravelEnhancementSuiteServiceProvider"
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Every ~17 days

Total

6

Last Release

3217d ago

Major Versions

v0.1.0 → v1.0.02017-06-15

v1.0.3 → v2.0.02017-09-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/d85c5bb348230a7a6df512e765833f86a216fbf4b6478eccd561d854ff54efe4?d=identicon)[gearhub](/maintainers/gearhub)

---

Top Contributors

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

---

Tags

laravelgeargearhub

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gearhub-laravel-enhancement-suite/health.svg)

```
[![Health](https://phpackages.com/badges/gearhub-laravel-enhancement-suite/health.svg)](https://phpackages.com/packages/gearhub-laravel-enhancement-suite)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M124](/packages/livewire-flux)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k12](/packages/laravel-surveyor)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

984.0k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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