PHPackages                             jahir/permission - 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. jahir/permission

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

jahir/permission
================

This will manage route level role permission

v1.0.1(4y ago)110MITPHP

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jahirraihan22/role-permission-manager)[ Packagist](https://packagist.org/packages/jahir/permission)[ RSS](/packages/jahir-permission/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Role Permission management package
==================================

[](#role-permission-management-package)

### This will create route level role, so that anyone can create permission for any route

[](#this-will-create-route-level-role-so-that-anyone-can-create-permission-for-any-route)

To Install this package run

```
composer require jahir/permission

```

Publish public folders to add assets

```
php artisan vendor:publish --tag=public --force

```

Add Service provider from **config/app.config**

```
'providers' => [
    ...
    Jahir\Permission\PermissionServiceProvider::class,
],

```

Migrate all table which are require

```
php artisan migrate

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/261a28a5fc6749d229b3477a446c5af210c0a30ce967cd5643d8883dea1f0b46?d=identicon)[jraihan-me](/maintainers/jraihan-me)

---

Top Contributors

[![jahirraihan22](https://avatars.githubusercontent.com/u/39403552?v=4)](https://github.com/jahirraihan22 "jahirraihan22 (3 commits)")

### Embed Badge

![Health badge](/badges/jahir-permission/health.svg)

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

###  Alternatives

[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)
