PHPackages                             negromovich/authentication-bundle - 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. negromovich/authentication-bundle

ActiveSymfony-bundle

negromovich/authentication-bundle
=================================

1.3.0(3y ago)070MITPHPPHP ^7.4|^8.0

Since Jul 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Negromovich/authentication-bundle)[ Packagist](https://packagist.org/packages/negromovich/authentication-bundle)[ RSS](/packages/negromovich-authentication-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Negromovich Authentication Bundle
=================================

[](#negromovich-authentication-bundle)

Security config example `config/packages/security.yaml`:

```
security:
    # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
    providers:
        app_user_provider:
            entity:
                class: Negromovich\AuthenticationBundle\Entity\AuthUser

    firewalls:
        dev:
            pattern: ^/(_(profiler|wdt)|css|images|js)/
            security: false
        main:
            anonymous: true
            lazy: true
            provider: app_user_provider
            guard:
                authenticators:
                    - Negromovich\AuthenticationBundle\Security\FirebaseAuthenticator
            logout:
                path: negromovich_authentication_logout
                target: negromovich_authentication_login

            # activate different ways to authenticate
            # https://symfony.com/doc/current/security.html#firewalls-authentication

            # https://symfony.com/doc/current/security/impersonating_user.html
            # switch_user: true

    # Easy way to control access for large sections of your site
    # Note: Only the *first* access control that matches will be used
    access_control:
        - { path: '^/auth', roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
        - { path: '^/', roles: ROLE_CONTENT, requires_channel: https }

    role_hierarchy:
        ROLE_ADMIN: [ROLE_AUTH_ADMIN, ROLE_CONTENT]

```

Config example `config/packages/negromovich_authentication.yaml`:

```
negromovich_authentication:
    firebase_service_account_path: '%env(resolve:FIREBASE_CREDENTIALS)%'
    firebase_app_config: {
        apiKey: "%apiKey%",
        authDomain: "%projectId%.firebaseapp.com",
        projectId: "%projectId%",
        appId: "%appId%"
    }
    firebase_ui_config: {
        signInOptions: [
            'google.com'
        ]
    }
    success_redirect_route: 'admin'

```

Routes example `config/routes/negromovich_authentication.yaml`:

```
negromovich_authentication:
    resource: '@NegromovichAuthenticationBundle/config/routes.yaml'

```

Symfony &lt; 5.1
----------------

[](#symfony--51)

Modify your security config `config/packages/security.yaml`:

```
security:
    firewalls:
        main:
            logout:
                success_handler: Negromovich\AuthenticationBundle\Security\FirebaseLogoutSuccessHandler

```

Modify your bundle config `config/packages/negromovich_authentication.yaml`:

```
services:
    Negromovich\AuthenticationBundle\Security\FirebaseLogoutSuccessHandler:
        class: Negromovich\AuthenticationBundle\Security\FirebaseLogoutSuccessHandler
        arguments: ['@Negromovich\AuthenticationBundle\Controller\LoginController']

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Recently: every ~115 days

Total

7

Last Release

1277d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.3.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ac725c70d0423910ca1ea9d008b343f636e3c7c09ba6c714c58c7aa13e6ec14?d=identicon)[Negromovich](/maintainers/Negromovich)

---

Top Contributors

[![Negromovich](https://avatars.githubusercontent.com/u/2400061?v=4)](https://github.com/Negromovich "Negromovich (8 commits)")

### Embed Badge

![Health badge](/badges/negromovich-authentication-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/negromovich-authentication-bundle/health.svg)](https://phpackages.com/packages/negromovich-authentication-bundle)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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