PHPackages                             sefirosweb/laravel-access-list - 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. sefirosweb/laravel-access-list

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

sefirosweb/laravel-access-list
==============================

Package for made a simply crud database for advance access list for application with middleware check

v1.4.0(2y ago)0199MITPHP

Since Dec 19Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (24)Used By (0)

Laravel - Access List
---------------------

[](#laravel---access-list)

A Laravel package for advanced access list aplication

The aim of this library is to be as simple as possible. We won't mess with Laravel users, auth, session...

Just add in the part of code that you need to verify access, be it in the path, controller or view

Installation - Composer
-----------------------

[](#installation---composer)

You can install the package via composer:

```
composer require sefirosweb/laravel-access-list

```

Or manually add this to your composer.json:

**composer.json**

```
"sefirosweb/laravel-access-list": "*"
```

If you are using Laravel 5.5 and up, the service provider will automatically get registered.

For older versions of Laravel (&lt;5.5), you have to add the service provider:

**config/app.php**

```
'providers' => [
        ...
    	Sefirosweb\LaravelAccessList\LaravelAccessListServiceProvider::class,
]
```

Install database migrations

```
php artisan migrate

```

Publish frontend:

```
php artisan vendor:publish --provider="Sefirosweb\LaravelAccessList\LaravelAccessListServiceProvider"  --tag=acl-assets --force

```

If you need edit prefix of tool or middleware you can publish the config:

```
php artisan vendor:publish --provider="Sefirosweb\LaravelAccessList\LaravelAccessListServiceProvider"  --tag=config --force

```

Add in to routes of web.php or api.php

```
Route::group(['middleware' => ['checkAcl:foo_role_1']], function () {
    return view('foo_View');
});
```

Add more ACLs for your application: http://your\_app/acl/view/users

[![image](https://raw.githubusercontent.com/sefirosweb/laravel-access-list/master/docs/how_to.gif)](https://raw.githubusercontent.com/sefirosweb/laravel-access-list/master/docs/how_to.gif)

Develop
=======

[](#develop)

Install dependencies:
---------------------

[](#install-dependencies)

```
npm install
composer install

```

Start Frontend
--------------

[](#start-frontend)

```
npm run watch

```

Build to production
-------------------

[](#build-to-production)

```
npm run prod
git tag X.X.X
git push --tag

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~38 days

Total

23

Last Release

757d ago

Major Versions

0.0.5 → 1.2.12022-08-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/e00c36bae7e59a7375c9bc0e0280ef4004afa4ca968ea6cd62f7d880df2dbd66?d=identicon)[sefirosweb](/maintainers/sefirosweb)

---

Top Contributors

[![sefirosweb](https://avatars.githubusercontent.com/u/20754836?v=4)](https://github.com/sefirosweb "sefirosweb (84 commits)")

### Embed Badge

![Health badge](/badges/sefirosweb-laravel-access-list/health.svg)

```
[![Health](https://phpackages.com/badges/sefirosweb-laravel-access-list/health.svg)](https://phpackages.com/packages/sefirosweb-laravel-access-list)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[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)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

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

PHPackages © 2026

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