PHPackages                             tugelsikile/user-level - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. tugelsikile/user-level

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

tugelsikile/user-level
======================

Custom user level privileges for laravel

2.0.0(3y ago)014MITPHP

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tugelsikile/userlevel)[ Packagist](https://packagist.org/packages/tugelsikile/user-level)[ RSS](/packages/tugelsikile-user-level/feed)WikiDiscussions main Synced today

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

### HOW TO USE

[](#how-to-use)

- add provider to `config/app.php`

    `\Tugelsikile\UserLevel\UserLevel::class,`
- migrations

    `php artisan vendor:publish --provider="Tugelsikile\UserLevel\UserLevel" --tag="migrations"`
- configs and menu collections

`php artisan vendor:publish --provider="Tugelsikile\UserLevel\UserLevel" --tag="config"`

- seed the menus and privileges

    `php artisan db:seed --class="Tugelsikile\\UserLevel\\Databases\\Seeders\\Seed"`
- add middleware `user-level` to every route that you want to check

### Available Method

[](#available-method)

- get current level, menu, and privileges of current user

    `UserLevelController::current($user);`
- get all menu of user

    `UserLevelController::menu($level);`
- get all user level

    `UserLevelController::allLevel();`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

7

Last Release

1192d ago

Major Versions

1.1.10 → 2.0.02023-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b4c51bc5550e6ee85b1e5e2e1a358bd8e1c267fd0a463fc92e03660892c17a9?d=identicon)[tugelsikile](/maintainers/tugelsikile)

---

Top Contributors

[![tugelsikile](https://avatars.githubusercontent.com/u/52416894?v=4)](https://github.com/tugelsikile "tugelsikile (14 commits)")

### Embed Badge

![Health badge](/badges/tugelsikile-user-level/health.svg)

```
[![Health](https://phpackages.com/badges/tugelsikile-user-level/health.svg)](https://phpackages.com/packages/tugelsikile-user-level)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[dusterio/lumen-passport

Making Laravel Passport work with Lumen

6601.3M9](/packages/dusterio-lumen-passport)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88739.1k](/packages/corbosman-laravel-passport-claims)[smartins/passport-multiauth

Add support to multi-auth on Laravel Passport

286327.9k1](/packages/smartins-passport-multiauth)[coderello/laravel-passport-social-grant

Social Grant for Laravel Passport

180661.8k3](/packages/coderello-laravel-passport-social-grant)

PHPackages © 2026

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