PHPackages                             laraturka/acl2 - 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. laraturka/acl2

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

laraturka/acl2
==============

Access Control List for Laravel

v2.0.3(1y ago)0651MITPHPPHP ^7.0|^8.0CI failing

Since Sep 24Pushed 1y ago3 watchersCompare

[ Source](https://github.com/laraturka/acl2)[ Packagist](https://packagist.org/packages/laraturka/acl2)[ RSS](/packages/laraturka-acl2/feed)WikiDiscussions master Synced 2d ago

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

acl
===

[](#acl)

Role Based Access Control for Laravel

Copy migrate and seed files and migrate with seed.

Add route middleware for acl app/Http/Kernel.php 'acl' =&gt; \\Laraturka\\Acl\\AclMiddleware::class,

Add AclPolicy referance to Providers. app/Http/Providers/AuthServiceProvider.php

User::class =&gt; AclPolicy::class,

Create route group with middleware

Route::group(\['prefix'=&gt;'admin', 'middleware' =&gt; \['auth','acl','nocache'\]\], function() {

```
//what ever you want to route

```

});

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.8% 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 ~670 days

Total

4

Last Release

459d ago

PHP version history (2 changes)v2.0.0PHP &gt;=7.0.0

v2.0.2PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3135bef7489513337e85971f9960a016db12a6f2d8b12699380437f70871a03d?d=identicon)[kadirinfo](/maintainers/kadirinfo)

![](https://avatars.githubusercontent.com/u/23004761?v=4)[Lara Turka](/maintainers/laraturka)[@laraturka](https://github.com/laraturka)

![](https://avatars.githubusercontent.com/u/5657988?v=4)[Murat TANRIÖVER](/maintainers/murattanriover)[@murattanriover](https://github.com/murattanriover)

---

Top Contributors

[![kadirinfo](https://avatars.githubusercontent.com/u/5076502?v=4)](https://github.com/kadirinfo "kadirinfo (20 commits)")[![murattanriover](https://avatars.githubusercontent.com/u/5657988?v=4)](https://github.com/murattanriover "murattanriover (9 commits)")[![laraturka](https://avatars.githubusercontent.com/u/23004761?v=4)](https://github.com/laraturka "laraturka (4 commits)")[![cnkbekir](https://avatars.githubusercontent.com/u/8302235?v=4)](https://github.com/cnkbekir "cnkbekir (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laraturka-acl2/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k98.0M1.3k](/packages/spatie-laravel-permission)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[hasinhayder/tyro

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

6783.6k5](/packages/hasinhayder-tyro)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2013.2k](/packages/alajusticia-laravel-logins)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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