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

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

yajra/laravel-acl
=================

Laravel ACL is a simple role, permission ACL for Laravel Framework.

v13.1.0(3mo ago)113117.5k↓37.1%33[1 issues](https://github.com/yajra/laravel-acl/issues)1MITPHPPHP ^8.3CI passing

Since Oct 14Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/yajra/laravel-acl)[ Packagist](https://packagist.org/packages/yajra/laravel-acl)[ Docs](https://github.com/yajra/laravel-acl)[ GitHub Sponsors](https://github.com/sponsors/yajra)[ RSS](/packages/yajra-laravel-acl/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (12)Versions (61)Used By (1)

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

[](#laravel-acl)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9f5358028e5012220826b2c627121ab13283bebbd0259d0c8808dbee7a23eaf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79616a72612f6c61726176656c2d61636c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yajra/laravel-acl)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

[![Continuous Integration](https://github.com/yajra/laravel-acl/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-acl/actions/workflows/continuous-integration.yml)[![Static Analysis](https://github.com/yajra/laravel-acl/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-acl/actions/workflows/static-analysis.yml)[![Total Downloads](https://camo.githubusercontent.com/a4f4384985902157377bc0b2275e824a852747fde8d8fc0fdb914585514ec698/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79616a72612f6c61726176656c2d61636c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yajra/laravel-acl)

Laravel ACL (Access Control List) is a simple role-permission ACL for the Laravel Framework. This package was based on the great package [Caffeinated/Shinobi](https://github.com/caffeinated/shinobi) but is fully compatible with Laravel's built-in Gate/Authorization system.

Documentations
--------------

[](#documentations)

- [Laravel ACL](https://yajrabox.com/docs/laravel-acl/master)

Laravel Version Compatibility
-----------------------------

[](#laravel-version-compatibility)

LaravelPackage8.x and below6.x9.x9.x10.x10.x11.x11.x12.x12.x13.x13.xInstallation
------------

[](#installation)

Via Composer

```
$ composer require yajra/laravel-acl:^13
```

Configuration
-------------

[](#configuration)

Register service provider (Optional on Laravel 5.5+).

```
Yajra\Acl\AclServiceProvider::class
```

Publish assets (Optional):

```
$ php artisan vendor:publish --tag=laravel-acl
```

Run migrations:

```
php artisan migrate
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Arjay Angeles](https://github.com/yajra)
- [Caffeinated/Shinobi](https://github.com/caffeinated/shinobi)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

66

—

FairBetter than 99% of packages

Maintenance81

Actively maintained with recent releases

Popularity49

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity92

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 91.6% 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 ~60 days

Recently: every ~54 days

Total

58

Last Release

101d ago

Major Versions

6.0.x-dev → v9.0.02022-05-06

9.0.x-dev → v10.0.02023-02-19

10.x-dev → v11.0.02024-03-17

v11.1.2 → v12.0.02025-02-28

12.x-dev → v13.0.02026-03-18

PHP version history (6 changes)v1.0.0PHP &gt;=5.5.9

v2.0.1PHP &gt;=5.6.4

v3.6.0PHP &gt;=7.0.0

v4.0.0PHP ^7.1.3

v5.0.0PHP ^7.2.5

v13.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c245d1effe6022f9f09b2e8b9cce26743de03a64d612cea4ce9885560d7c0b2?d=identicon)[yajra](/maintainers/yajra)

---

Top Contributors

[![yajra](https://avatars.githubusercontent.com/u/2687997?v=4)](https://github.com/yajra "yajra (284 commits)")[![ejgandelaberon](https://avatars.githubusercontent.com/u/23096901?v=4)](https://github.com/ejgandelaberon "ejgandelaberon (5 commits)")[![yanpenalva](https://avatars.githubusercontent.com/u/72168914?v=4)](https://github.com/yanpenalva "yanpenalva (3 commits)")[![jidago](https://avatars.githubusercontent.com/u/56063120?v=4)](https://github.com/jidago "jidago (3 commits)")[![brandpublico](https://avatars.githubusercontent.com/u/73121702?v=4)](https://github.com/brandpublico "brandpublico (2 commits)")[![hpacleb](https://avatars.githubusercontent.com/u/24486552?v=4)](https://github.com/hpacleb "hpacleb (1 commits)")[![jaydons](https://avatars.githubusercontent.com/u/44308248?v=4)](https://github.com/jaydons "jaydons (1 commits)")[![DarrelEnano](https://avatars.githubusercontent.com/u/83271674?v=4)](https://github.com/DarrelEnano "DarrelEnano (1 commits)")[![jiwom](https://avatars.githubusercontent.com/u/22045242?v=4)](https://github.com/jiwom "jiwom (1 commits)")[![mark-git07](https://avatars.githubusercontent.com/u/61622945?v=4)](https://github.com/mark-git07 "mark-git07 (1 commits)")[![nicacode](https://avatars.githubusercontent.com/u/87890765?v=4)](https://github.com/nicacode "nicacode (1 commits)")[![nikoolz](https://avatars.githubusercontent.com/u/167667339?v=4)](https://github.com/nikoolz "nikoolz (1 commits)")[![redredimano](https://avatars.githubusercontent.com/u/135292528?v=4)](https://github.com/redredimano "redredimano (1 commits)")[![rez1dent3](https://avatars.githubusercontent.com/u/5111255?v=4)](https://github.com/rez1dent3 "rez1dent3 (1 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")[![shairayo](https://avatars.githubusercontent.com/u/115797032?v=4)](https://github.com/shairayo "shairayo (1 commits)")[![ChaosPower](https://avatars.githubusercontent.com/u/260845?v=4)](https://github.com/ChaosPower "ChaosPower (1 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (1 commits)")

---

Tags

aclhacktoberfestlaravelpermissionsroleslaraveluseryajraaclpermissionsrole

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[hasinhayder/tyro

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

6804.7k6](/packages/hasinhayder-tyro)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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