PHPackages                             kerigard/laravel-utils - 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. kerigard/laravel-utils

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

kerigard/laravel-utils
======================

Utils for Laravel

v1.0.1(1y ago)03MITPHPPHP ^8.2CI passing

Since Mar 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Kerigard/laravel-utils)[ Packagist](https://packagist.org/packages/kerigard/laravel-utils)[ Docs](https://github.com/kerigard/laravel-utils)[ RSS](/packages/kerigard-laravel-utils/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Utils
=============

[](#laravel-utils)

 [![Build Status](https://github.com/Kerigard/laravel-utils/workflows/tests/badge.svg)](https://github.com/Kerigard/laravel-utils/actions) [![Total Downloads](https://camo.githubusercontent.com/7eb51382b78dc9d5f8f2181926734d3f56d87bd0a38e1374599e7a9e89b9b545/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4b657269676172642f6c61726176656c2d7574696c73)](https://packagist.org/packages/Kerigard/laravel-utils) [![Latest Stable Version](https://camo.githubusercontent.com/03d76ac2ebc1bb710d7d56a9ff067d6b264d4b663aae83feafa1fb80d8b4d975/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4b657269676172642f6c61726176656c2d7574696c73)](https://packagist.org/packages/Kerigard/laravel-utils) [![License](https://camo.githubusercontent.com/34ceda7c1468f4c45574be1124207bb8cf30e8c4b81a85f3b8cf827a0d84bdbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4b657269676172642f6c61726176656c2d7574696c73)](https://packagist.org/packages/Kerigard/laravel-utils)

Utils for Laravel 11 and up.

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

[](#installation)

Install package via composer:

```
composer require kerigard/laravel-utils
```

Usage
-----

[](#usage)

### Remove routes

[](#remove-routes)

Deleting unnecessary routes.

```
Route::remove(['GET', 'POST'], ['package-route', 'api/users/*']);
Route::removeGet('package-route');
Route::removePost('package-route');
Route::removePut('package-route');
Route::removePatch('package-route');
Route::removeDelete('package-route');
Route::removeAny('package-route/*');
```

Changelog
---------

[](#changelog)

Please see the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

MIT. Please see the [LICENSE FILE](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance43

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~323 days

Total

2

Last Release

453d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bf41af862d8b4e4b8fee30d6a8a338395a39e303e2c04a8c9ec92d130db018f?d=identicon)[kerigard](/maintainers/kerigard)

---

Top Contributors

[![Kerigard](https://avatars.githubusercontent.com/u/46793484?v=4)](https://github.com/Kerigard "Kerigard (5 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kerigard-laravel-utils/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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