PHPackages                             fiser/microservices-internal-authentication - 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. fiser/microservices-internal-authentication

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

fiser/microservices-internal-authentication
===========================================

Symfony MicroservicesInternalAuthenticationBundle

1.4.2(8y ago)3641MITPHPPHP ^7.1.3

Since Feb 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Fiser12/MicroservicesInternalAuthenticationBundle)[ Packagist](https://packagist.org/packages/fiser/microservices-internal-authentication)[ RSS](/packages/fiser-microservices-internal-authentication/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

Microservices Internal Authentication Bundle
============================================

[](#microservices-internal-authentication-bundle)

Description
-----------

[](#description)

The purpose of this bundle is solved the internal comunications between symfony microservices for the authentification based in solved JWT.

If you have one microservice that generate the JWT and the clients send this to another microservices, this bundle is for the communication of the another microservice with the session microservice.

This system integrates the microservices authentication with a symfony system authentication.

Configuration
-------------

[](#configuration)

### Installation

[](#installation)

The code is in packagist hosted:

For install you can do:

```
composer require fiser/microservices-internal-authentication

```

### Configuration files

[](#configuration-files)

Paste in your security file of symfony this:

```
security:
    providers:
        user_api_provider:
            id: "fiser.microservices_internal_authentication.security.user_provider"

    firewalls:
        main:
            anonymous: ~
            guard:
                authenticators:
                    - "fiser.microservices_internal_authentication.security.authenticator"
            provider: user_api_provider

    access_control:
        - { path: ^/recipes/, roles: ROLE_USER }

```

In your config.yml you need to define this elements for configure the bundle The config values are not necessary if you not put this are the default values:

```
microservices_internal_authentication:
    cookie_name: Authorization
    uri: http://nginx/session/user/decode
    token-api: secret

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Total

7

Last Release

3022d ago

### Community

Maintainers

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

---

Top Contributors

[![Fiser12](https://avatars.githubusercontent.com/u/7186913?v=4)](https://github.com/Fiser12 "Fiser12 (37 commits)")

---

Tags

authenticationbundlemicroservicemicroservices-architecturesymfony

### Embed Badge

![Health badge](/badges/fiser-microservices-internal-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/fiser-microservices-internal-authentication/health.svg)](https://phpackages.com/packages/fiser-microservices-internal-authentication)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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