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

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

iocod/laravel-permissions
=========================

Lightweight permission system for Laravel Applications

v1.0.0(3mo ago)051MITPHPPHP ^8.1

Since Feb 11Pushed 2mo agoCompare

[ Source](https://github.com/iocod-com/laravel-permissions)[ Packagist](https://packagist.org/packages/iocod/laravel-permissions)[ RSS](/packages/iocod-laravel-permissions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

Laravel Permissions
===================

[](#laravel-permissions)

Lightweight permission system for Laravel Applications.

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

[](#installation)

You can install the package via composer:

```
composer require iocod/laravel-permissions
```

Setup
-----

[](#setup)

Publish the configuration file:

```
php artisan vendor:publish --tag="permissions-config"
```

Usage
-----

[](#usage)

Add the `HasPermissions` trait to your User model:

```
use Iocod\LaravelPermissions\Traits\HasPermissions;

class User extends Authenticatable
{
    use HasPermissions;
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance85

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

2

Last Release

96d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4613153dfe32bda2d44b1f10cc96ec392ce632e1d2851d098b15aab08311d88f?d=identicon)[RaheesIocod](/maintainers/RaheesIocod)

---

Top Contributors

[![Rashid-Iocode](https://avatars.githubusercontent.com/u/243722459?v=4)](https://github.com/Rashid-Iocode "Rashid-Iocode (11 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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