PHPackages                             nekoos/laravel-permission-grouping - 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. nekoos/laravel-permission-grouping

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

nekoos/laravel-permission-grouping
==================================

Permission handling for Laravel 6.0 and up

v0.1.0(5y ago)01211MITPHPPHP ^7.4|^8.0

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NekoOs/laravel-permission-grouping)[ Packagist](https://packagist.org/packages/nekoos/laravel-permission-grouping)[ RSS](/packages/nekoos-laravel-permission-grouping/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

laravel-chameleon-access

Installing
==========

[](#installing)

You can install the package via composer:

```
composer require spatie/laravel-permission
```

Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

```
'providers' => [
    // ...
    NekoOs\ChameleonAccess\Providers\Initialize::class,
];
```

You should publish the migration and the config/permission.php config file with:

```
php artisan vendor:publish --provider="NekoOs\ChameleonAccess\Providers\Initialize"
```

Usage
-----

[](#usage)

First, add the NekoOs\\ChameleonAccess\\HasScopes trait to your User model(s):

```
use NekoOs\ChameleonAccess\HasScopes;

class User
{
    use HasScopes;

    // ...
}
```

Assigning Roles
---------------

[](#assigning-roles)

A role can be assigned to any user by a scope:

```
$user->withScopeAssignRoles($model, 'writer');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

1913d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14964692?v=4)[Neder Alfonso Fandiño Andrade](/maintainers/NekoOs)[@NekoOs](https://github.com/NekoOs)

---

Top Contributors

[![NekoOs](https://avatars.githubusercontent.com/u/14964692?v=4)](https://github.com/NekoOs "NekoOs (19 commits)")

### Embed Badge

![Health badge](/badges/nekoos-laravel-permission-grouping/health.svg)

```
[![Health](https://phpackages.com/badges/nekoos-laravel-permission-grouping/health.svg)](https://phpackages.com/packages/nekoos-laravel-permission-grouping)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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