PHPackages                             rdx/laravel-authgate-policies - 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. rdx/laravel-authgate-policies

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

rdx/laravel-authgate-policies
=============================

Takes abilities from a list of policy classes.

1.0(3y ago)07.3k↑68.8%[1 issues](https://github.com/rudiedirkx/laravel-authgate-policies/issues)MITPHPPHP ^8.0

Since Jan 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rudiedirkx/laravel-authgate-policies)[ Packagist](https://packagist.org/packages/rdx/laravel-authgate-policies)[ RSS](/packages/rdx-laravel-authgate-policies/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Setup
-----

[](#setup)

1. Install with composer.
2. Define which policies to load in your `AuthServiceProvider` (see below).

Abilities' names will follow method names:

- `function manageAllUsers()` becomes ability `manage-all-users`
- `function see360DegreeFeedback()` becomes ability `see360-degrees-feedback`
- `function see_360DegreeFeedback()` becomes ability `see-360-degrees-feedback`

---

Replace your `AuthServiceProvider` with this:

```
use App\Policies;
use rdx\authgate\PoliciesServiceProvider;

class AuthServiceProvider extends PoliciesServiceProvider {

	protected $policies = [
		Policies\UserPolicy::class,
		Policies\FilePolicy::class,
		// All your policy classes
	];

}

```

If you want to add more `register()` or `boot()` code, be sure to call `parent::register()` or `parent::boot()`!

See `PoliciesServiceProvider` for more options.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1214d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78549c1dc5c83ec0201c9afc66762c6d5bbf770291b12bae5a7a65350f950dba?d=identicon)[rudiedirkx](/maintainers/rudiedirkx)

---

Top Contributors

[![rudiedirkx](https://avatars.githubusercontent.com/u/168024?v=4)](https://github.com/rudiedirkx "rudiedirkx (7 commits)")

### Embed Badge

![Health badge](/badges/rdx-laravel-authgate-policies/health.svg)

```
[![Health](https://phpackages.com/badges/rdx-laravel-authgate-policies/health.svg)](https://phpackages.com/packages/rdx-laravel-authgate-policies)
```

###  Alternatives

[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)[illuminate/auth

The Illuminate Auth package.

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

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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