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

ActiveLibrary

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

In Development - A Laravel Permission Helper Package

v1.0.4(3y ago)0401MITPHP

Since Feb 27Pushed 3y 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 1mo 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 37% 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

1418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2f99b3b1b56f32eab638dc86ef3169a241aaa6255efc000881148c0202f4fe5?d=identicon)[jordenpowleywebdev](/maintainers/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

[binaryk/laravel-restify

Laravel REST API helpers

651399.1k](/packages/binaryk-laravel-restify)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[tomshaw/electricgrid

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

116.6k](/packages/tomshaw-electricgrid)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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