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

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

nagarjunbn/acl
==============

Roles-permission management for laravel with User interface

1.1(6y ago)110MITPHPPHP ^7.0

Since Aug 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/nagarjunbn/acl)[ Packagist](https://packagist.org/packages/nagarjunbn/acl)[ RSS](/packages/nagarjunbn-acl/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Roles-permission management for laravel with User interface
===========================================================

[](#roles-permission-management-for-laravel-with-user-interface)

[![Latest Stable Version](https://camo.githubusercontent.com/3a7e044671354509dd42c814d2f6ae89d27788b7fd196fa7fde2c18d216c79e3/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f762f737461626c65)](https://packagist.org/packages/nagarjunbn/acl)[![Total Downloads](https://camo.githubusercontent.com/cd3b965bc1abce0597df8b326692df5a3a46c42529566e0ed8d501e1174a2c70/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f646f776e6c6f616473)](https://packagist.org/packages/nagarjunbn/acl)[![Latest Unstable Version](https://camo.githubusercontent.com/011ad191df89b3e6e5ecb7eeaa621b5ff5101350e6dcb30da63fc197d6b022fc/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f762f756e737461626c65)](https://packagist.org/packages/nagarjunbn/acl)[![License](https://camo.githubusercontent.com/c73a895f53e34b7151cbeb81141a5d4234dff7c98d043df864ab47738327ace3/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f6c6963656e7365)](https://packagist.org/packages/nagarjunbn/acl)[![Monthly Downloads](https://camo.githubusercontent.com/8d49e33757cf2d835ab1d75fb1157a863a493317f8e8b7584d8328c28f4df85b/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f642f6d6f6e74686c79)](https://packagist.org/packages/nagarjunbn/acl)[![Daily Downloads](https://camo.githubusercontent.com/4945ed17b9217b18069f5be0f67652ee5ea38176f8df9c6fb323925b76bd0412/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f642f6461696c79)](https://packagist.org/packages/nagarjunbn/acl)[![composer.lock](https://camo.githubusercontent.com/79d0381df10b21f5a173d813b52932b252a1e9e7f22c463dcb371cadde4d8aed/68747470733a2f2f706f7365722e707567782e6f72672f6e616761726a756e626e2f61636c2f636f6d706f7365726c6f636b)](https://packagist.org/packages/nagarjunbn/acl)

Laravel version supported
-------------------------

[](#laravel-version-supported)

version &gt;= 5.5

Steps for installation
----------------------

[](#steps-for-installation)

1. Install plugin via command

```
composer require nagarjunbn/acl

```

2. Register the service provider in `app.php`

```
Nagarjun\ACL\ACLServiceProvider::class

```

3. Seeding and migration

```
php artisan migrate
php artisan db:seed --class=Nagarjun\\ACL\\Seeding\\ExcludedRouteTableSeeder

```

4. Update your Users table and add `'role_id'` column
5. Add the below code to your User.php model file

```
public function Role() {
    return $this->belongsTo('\Nagarjun\ACL\Models\Role', 'role_id', 'id');
}

```

6. Make sure your application environment is local i.e., `APP_ENV=local` . The ACL urls are enabled if the application is not in **production** mode to avoid misuse of the plugin .
7. Access the plugin via URL and set permissions

```
http://domain/acl/dashboard

```

8. Use the middleware `'acl'` in your routes,controllers to prevent the access .

Screenshot
----------

[](#screenshot)

[![alt text](https://raw.githubusercontent.com/nagarjunbn/acl/master/screenshot/img1.png)](https://raw.githubusercontent.com/nagarjunbn/acl/master/screenshot/img1.png)

License
-------

[](#license)

The composer plugin is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

2479d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

accessaccess-controlaccessibilityacllaravelpermissionsrolesroles-permission-managementuser-permissionlaravelaclrolespermissionsaccess-controlrole-permission-management

### Embed Badge

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

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

###  Alternatives

[jeremykenedy/laravel-roles

A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3 up to 12.

1.0k826.8k7](/packages/jeremykenedy-laravel-roles)[pktharindu/nova-permissions

Laravel Nova Grouped Permissions (ACL)

136387.1k](/packages/pktharindu-nova-permissions)[silvanite/novatoolpermissions

Laravel Nova Permissions (Roles and Permission based Access Control (ACL))

100256.7k2](/packages/silvanite-novatoolpermissions)[hasinhayder/tyro

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

6712.1k2](/packages/hasinhayder-tyro)[beatswitch/lock-laravel

A Laravel Driver for Lock.

15529.1k1](/packages/beatswitch-lock-laravel)[erag/laravel-role-permission

A simple and easy-to-install role and permission management package for Laravel, supporting versions 10.x and 11.x

404.2k](/packages/erag-laravel-role-permission)

PHPackages © 2026

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