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)024.5k↓15.4%[3 PRs](https://github.com/jield-webdev/jield-authorize/pulls)MITPHPPHP ~8.3.0 || ~8.4.0CI passing

Since Oct 26Pushed 3mo 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 2d 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

46

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

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

455d 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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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