PHPackages                             jield-webdev/jield-authorize - 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. jield-webdev/jield-authorize

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

jield-webdev/jield-authorize
============================

Small helper module to integrate BjyAuthorize (the kokspflanze/bjy-authorize fork) with dynamic assertions, which cannot be serialized

v2.1(1y ago)022.8k↓15.8%[3 PRs](https://github.com/jield-webdev/jield-authorize/pulls)MITPHPPHP ~8.3.0 || ~8.4.0CI passing

Since Oct 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jield-webdev/jield-authorize)[ Packagist](https://packagist.org/packages/jield-webdev/jield-authorize)[ Docs](https://jield.nl)[ RSS](/packages/jield-webdev-jield-authorize/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (10)Used By (0)

jield-authorize
===============

[](#jield-authorize)

Small helper module to integrate BjyAuthorize (the kokspflanze/bjy-authorize fork) with dynamic assertions, which cannot be serialized

Default config file

The access\_service has to implement `AccessRolesByUser` interface and permit\_service the `HasPermitInterface`the User class has to implement `UserAsRoleInterface` and the role class `RoleInterface`

Make sure that 'BjyAuthorize' is enabled before 'Jield\\Authorize' in module.config

```
namespace BjyAuthorize;

use Admin\Entity\Role;
use Admin\Service\UserService;

return [
    'jield_authorize' => [
        'default_role'       => Role::ROLE_PUBLIC,
        'authenticated_role' => Role::ROLE_USER,
        'access_service'     => UserService::class,
        'permit_service'     => UserService::class,
        'cache_enabled'      => false,
        'role_entity_class'  => Role::class,
    ],
];
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance46

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Total

3

Last Release

409d ago

Major Versions

v1.0 → v2.02024-11-21

PHP version history (2 changes)v1.0PHP ~8.0.0 || ~8.1.0 || ~8.2.0

v2.0PHP ~8.3.0 || ~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e015020fd0b3c5bb51b7d9c09205fa556a424a8d5345030a77fbafcbf05385c?d=identicon)[japaveh](/maintainers/japaveh)

---

Top Contributors

[![japaveh](https://avatars.githubusercontent.com/u/1028237?v=4)](https://github.com/japaveh "japaveh (39 commits)")

### Embed Badge

![Health badge](/badges/jield-webdev-jield-authorize/health.svg)

```
[![Health](https://phpackages.com/badges/jield-webdev-jield-authorize/health.svg)](https://phpackages.com/packages/jield-webdev-jield-authorize)
```

###  Alternatives

[olivier127/rbac-bundle

Symfony PhpRabcBundle allow to use RBAC control access for symfony project

318.3k](/packages/olivier127-rbac-bundle)[yard/wp-user-roles

An Acorn package for managing user roles in WordPress.

114.4k](/packages/yard-wp-user-roles)

PHPackages © 2026

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