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

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

onemustcode/laravel
===================

Handy Laravel utils

v1.0.0(9y ago)02.2k1MITPHPPHP &gt;=5.6.4

Since May 4Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel utils
=============

[](#laravel-utils)

This package holds some simple Laravel utils.

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

[](#installation)

Require this package

```
composer require onemustcode/laravel

```

After adding the package, add the ServiceProvider to the providers array in config/app.php

```
OneMustCode\Laravel\LaravelServiceProvider::class,

```

### Route::is()

[](#routeis)

The **is** method is an marco that is attached to the Route Facade. It's just like the **is** method on the Request Facade, but then for route names.

```
$bool = Route::is('route.name', 'other.route*');
```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

3345d ago

### Community

Maintainers

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

---

Top Contributors

[![blackvault-bv](https://avatars.githubusercontent.com/u/25415479?v=4)](https://github.com/blackvault-bv "blackvault-bv (2 commits)")

---

Tags

laravelutils

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20618.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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