PHPackages                             jordenpowleywebdev/laravel-permission-helper - 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. jordenpowleywebdev/laravel-permission-helper

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

jordenpowleywebdev/laravel-permission-helper
============================================

In Development - A Laravel Permission Helper Package

v1.0.4(4y ago)0401MITPHP

Since Feb 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/JordenPowleyWebDev/laravel-permission-helper)[ Packagist](https://packagist.org/packages/jordenpowleywebdev/laravel-permission-helper)[ RSS](/packages/jordenpowleywebdev-laravel-permission-helper/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (11)Used By (1)

laravel-permission-helper
=========================

[](#laravel-permission-helper)

A basic library for backend &amp; frontend permission checks.

Installation
------------

[](#installation)

`composer require jordenpowleywebdev/laravel-permission-helper`

Publishing
----------

[](#publishing)

Blade views, JS components, SCSS files and the config can be published from this package using the following syntax: `php artisan vendor:publish --provider="JordenPowleyWebDev\LaravelPermissionHelper\LaravelPermissionHelperServiceProvider" --tag="TAG"`

`TAG` can be replaced with the following tags to publish the corresponding files.

TagDetailsconfigPublishes the related config fileenumsPublishes the related Enum filesviewsPublishes the Blade views files to 'resources/vendor/laravel-permission-helper/views'Setup
-----

[](#setup)

Initially export the config using the following command: `php artisan vendor:publish --provider="JordenPowleyWebDev\LaravelPermissionHelper\LaravelPermissionHelperServiceProvider" --tag="config"`

Adjust the `roles-enum` so that it points to a Role Enum specific to your application. This Enum should implement the `UserRolesInterface` provided.

The `model-bindings` are all model - policy bindings that are authed by your application.

For consistency you should use the `PermissionHelper::authBinding()` within your AuthServiceProvider.

```
public function policies(): array
{
    return array_merge(PermissionHelper::authBinding(), [
        // Include any extra model bindings here
    ]);
}
```

Permission Component
--------------------

[](#permission-component)

The frontend permission component can be included in layouts using: ``

JS Frontend Helpers
-------------------

[](#js-frontend-helpers)

You can use the following commands within your frontend JS.

FunctionDescription`authCheck(): bool`Checks if the User has been logged in.`can(string permission, string model): bool`Checks if the User has the supplied permission on the supplied model.`hasRole(): bool`Checks if the User has the supplied role.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

5

Last Release

1463d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31571981?v=4)[Jorden Powley](/maintainers/jordenpowleywebdev)[@JordenPowleyWebDev](https://github.com/JordenPowleyWebDev)

---

Top Contributors

[![JordenPowleyWebDev](https://avatars.githubusercontent.com/u/31571981?v=4)](https://github.com/JordenPowleyWebDev "JordenPowleyWebDev (15 commits)")

### Embed Badge

![Health badge](/badges/jordenpowleywebdev-laravel-permission-helper/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

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

The Illuminate Auth package.

9327.9M1.2k](/packages/illuminate-auth)[spatie/laravel-passkeys

Use passkeys in your Laravel app

470755.5k32](/packages/spatie-laravel-passkeys)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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