PHPackages                             neznajki/json-rpc-authorization - 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. neznajki/json-rpc-authorization

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

neznajki/json-rpc-authorization
===============================

authorization for json rpc

v0.1.7(5y ago)08MITPHP

Since Oct 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Neznajki/json-rpc-authorization)[ Packagist](https://packagist.org/packages/neznajki/json-rpc-authorization)[ RSS](/packages/neznajki-json-rpc-authorization/feed)WikiDiscussions master Synced today

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

json-rpc-authorization
======================

[](#json-rpc-authorization)

makes authorization for json rpc

bundle installation
===================

[](#bundle-installation)

- composer require neznajki/json-rpc-authorization
- services.yaml

```
imports:
    - { resource: '@JsonRpcAuthBundle/Resources/config/services.yaml' }
```

- security.yaml

```
    providers:
        #...
        jsonRpcProvider:
            id: JsonRpcAuthorizationBundle\Service\DefaultUserProviderService

    firewalls:
        #...
        jsonRpc:
            pattern: ^/jsonRpc
            provider: jsonRpcProvider
            guard:
                authenticators:
                    - JsonRpcAuthorizationBundle\Service\AuthenticationService

    access_control:
        #...
        - { path: '^/jsonRpc', roles: ROLE_RPC_USER}
```

- parameters.yaml

```
pareameters:
    server.json.rpc.user.name: authorization
    server.json.rpc.user.password: qwerty
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Recently: every ~70 days

Total

8

Last Release

2117d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2014540?v=4)[neznajka](/maintainers/neznajka)[@neznajka](https://github.com/neznajka)

---

Top Contributors

[![Neznajki](https://avatars.githubusercontent.com/u/3277994?v=4)](https://github.com/Neznajki "Neznajki (2 commits)")

### Embed Badge

![Health badge](/badges/neznajki-json-rpc-authorization/health.svg)

```
[![Health](https://phpackages.com/badges/neznajki-json-rpc-authorization/health.svg)](https://phpackages.com/packages/neznajki-json-rpc-authorization)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M119](/packages/league-oauth2-google)[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)

PHPackages © 2026

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