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

Since Oct 26Pushed 5mo 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 2w 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

45

—

FairBetter than 91% of packages

Maintenance58

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

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

500d 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.5k6.0M777](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.4M236](/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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267104.3k1](/packages/neos-neos-development-collection)[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.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)[olivier127/rbac-bundle

Symfony PhpRabcBundle allow to use RBAC control access for symfony project

329.4k](/packages/olivier127-rbac-bundle)

PHPackages © 2026

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