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

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

pedrazadixon/laravel-simple-permissions
=======================================

A simple package to manage permissions in Laravel

1.0.13(2y ago)3331[1 PRs](https://github.com/pedrazadixon/laravel-simple-permissions/pulls)MITBladePHP ^7.3|^8.0

Since Aug 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pedrazadixon/laravel-simple-permissions)[ Packagist](https://packagist.org/packages/pedrazadixon/laravel-simple-permissions)[ RSS](/packages/pedrazadixon-laravel-simple-permissions/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

Laravel Simple Permissions
==========================

[](#laravel-simple-permissions)

Laravel Simple Permissions is a lightweight library designed to simplify permissions management in Laravel projects.

Features
--------

[](#features)

- Easily integrate permissions into your Laravel application.
- Assign and validate permissions on users.
- Supports Laravel's built-in user authentication system.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Laravel &gt;= 8.0
- Laravel Breeze (Laravel's authentication features)

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

[](#installation)

Laravel Simple Permissions works with Laravel's authentication features. Please install this before install Laravel Simple Permissions. You can follow instructions here:

You can install the package via composer:

```
composer require pedrazadixon/laravel-simple-permissions
```

Finish the installation with the following command:

```
php artisan laravel-simple-permissions:install
```

Usage
-----

[](#usage)

### Add **permissions** middleware to routes, for example:

[](#add-permissions-middleware-to-routes-for-example)

```
Route::get('/dashboard', function () {
    return view('dashboard');
})->middleware(['auth', 'verified', 'permissions'])->name('dashboard');
```

### Creating permissions

[](#creating-permissions)

You can create permissions navigate the following route:

-

### Publish views (optional)

[](#publish-views-optional)

You can publish the views with:

```
php artisan vendor:publish --tag=laravel-simple-permissions-views
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

13

Last Release

1060d ago

PHP version history (3 changes)1.0.10PHP ^7.3

1.0.11PHP ^7.3 || ^8.0

1.0.12PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8549035?v=4)[Dixon Pedraza](/maintainers/pedrazadixon)[@pedrazadixon](https://github.com/pedrazadixon)

---

Top Contributors

[![pedrazadixon](https://avatars.githubusercontent.com/u/8549035?v=4)](https://github.com/pedrazadixon "pedrazadixon (23 commits)")

---

Tags

laravelrolespermissions

### Embed Badge

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

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

###  Alternatives

[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.8M47](/packages/santigarcor-laratrust)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6804.7k6](/packages/hasinhayder-tyro)[smarch/watchtower

Front-end for the Shinboi Auth system of Users / Roles / Permissions in Laravel 5

523.0k](/packages/smarch-watchtower)

PHPackages © 2026

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