PHPackages                             morilog/acl - 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. morilog/acl

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

morilog/acl
===========

Access control list management for Laravel Framework

330PHP

Since Jan 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/morilog/acl)[ Packagist](https://packagist.org/packages/morilog/acl)[ RSS](/packages/morilog-acl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel ACL
===========

[](#laravel-acl)

User-Role-Permission ACL system for Laravel &gt;= 5.1

### Installation

[](#installation)

#### Getting Package

[](#getting-package)

Add following line to your `composer.json'` file at `require` section:

```
"require": {
    "morilog/acl": "dev-master"
}
```

And run `composer update`

#### Configs

[](#configs)

Publish configs with this command and set `admin_user_id`:

```
php artisan vendor:publish --provider="Morilog\Acl\AclServiceProvider" --tag="config"

```

in `app.php`:

services:

```
Morilog\Acl\AclServiceProvider::class

```

alias:

```
'Acl' => 'Morilog\Acl\Facades\Acl'

```

#### Middleware

[](#middleware)

Open `kernel.php` file in `app/Http' directory and add bellow line to `$routeMiddleware` array:

```
   'acl' => Morilog\Acl\Middlewares\AclCheck::class
```

#### Migrations

[](#migrations)

```
php artisan vendor:publish --provider="Morilog\Acl\AclServiceProvider" --tag="migration"

```

#### Commands

[](#commands)

```
php artisan morilog:acl:add-roles
php artisan morilog:acl:admin-roles
php artisan morilog:acl:add-permissions
php artisan morilog:acl:clear-permissions

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5718d60121204b6551a7c5def5cf565079deefce1221b6dc9b9e2c95113a6acc?d=identicon)[morilog](/maintainers/morilog)

---

Top Contributors

[![morilog](https://avatars.githubusercontent.com/u/4139179?v=4)](https://github.com/morilog "morilog (6 commits)")

### Embed Badge

![Health badge](/badges/morilog-acl/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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