PHPackages                             micayael/autheticator-client-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. micayael/autheticator-client-bundle

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

micayael/autheticator-client-bundle
===================================

Cliente para Authenticator

v1.0.2(8y ago)0115MITPHP

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/micayael/autheticator-client-bundle)[ Packagist](https://packagist.org/packages/micayael/autheticator-client-bundle)[ Docs](https://github.com/micayael/autheticator-client-bundle)[ RSS](/packages/micayael-autheticator-client-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Authenticator Client Bundle
===========================

[](#authenticator-client-bundle)

Instalación del bundle
----------------------

[](#instalación-del-bundle)

### Agregar al composer.json

[](#agregar-al-composerjson)

```
    "require": {
        ...
        "micayael/autheticator-client-bundle": "^1.0.0"
    },

```

### Activación del bundle en el AppKernel.php

[](#activación-del-bundle-en-el-appkernelphp)

```
        $bundles = [
            ...
            new Csa\Bundle\GuzzleBundle\CsaGuzzleBundle(),
            new Micayael\Authenticator\ClientBundle\AuthenticatorClientBundle(),
            ...
        ];

```

### Configuración del guzzle para consultar el servicio del authenticator

[](#configuración-del-guzzle-para-consultar-el-servicio-del-authenticator)

```
csa_guzzle:
    profiler: '%kernel.debug%'
    logger: true
    clients:
        authenticator:
            config:
                base_uri: http://localhost:8001
                headers:
                    "Content-Type": application/json

```

### Configuración del bundle

[](#configuración-del-bundle)

> Para ver la documentación de las configuraciones: bin/console config:dump-reference authenticator\_client

```
authenticator_client:
    host: http://IP:PORT
    token_uri: /api/jwt/token # opcional
    default_target_route: admin # opcional, default: admin
    change_password_url: http://authenticator_url/admin/resetting/request
    type: basic_auth
    basic_auth:
        username: app1
        password: app1

```

o

```
authenticator_client:
    host: http://IP:PORT
    change_password_url: http://authenticator_url/admin/resetting/request
    type: app_id
    app_id: app2_id_test

```

### Publicación de assets

[](#publicación-de-assets)

```
bin/console assets:install --relative --symlink

```

### Importación de rutas en el archivo routing.yml

[](#importación-de-rutas-en-el-archivo-routingyml)

```
authenticator:
    resource: "@AuthenticatorClientBundle/Resources/config/routing.yml"
    prefix: /

```

### Configuración del security

[](#configuración-del-security)

```
    providers:
        authenticator:
            id: 'authenticator_client.authenticator_user_provider'

    encoders:
        AppBundle\Security\User\AuthenticatorUser: plaintext

    firewalls:
        main:
            anonymous: ~
            logout:
                path: /logout

            guard:
                authenticators:
                    - 'authenticator_client.login_form_authenticator'

    access_control:
        - { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: ^/admin, roles: ROLE_USER }

```

Documentación Extra
-------------------

[](#documentación-extra)

- Para definir tiempo de vida y nombre de la sesión:
- En caso de que ocurra un error se puede apuntar en la configuración del csa\_guzzle al entorno de desarrollo del authenticator base\_uri: [http://localhost:8001/app\_dev.php](http://localhost:8001/app_dev.php) y para ver los datos se puede cambiar la configuración dentro del config\_dev.yml de la aplicación cliente para que intercepte las redirecciones intercept\_redirects: true

Referencias
-----------

[](#referencias)

-

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

3

Last Release

3164d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/238768?v=4)[Juan Ardissone](/maintainers/micayael)[@micayael](https://github.com/micayael)

---

Top Contributors

[![micayael](https://avatars.githubusercontent.com/u/238768?v=4)](https://github.com/micayael "micayael (9 commits)")

---

Tags

authenticator

### Embed Badge

![Health badge](/badges/micayael-autheticator-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/micayael-autheticator-client-bundle/health.svg)](https://phpackages.com/packages/micayael-autheticator-client-bundle)
```

###  Alternatives

[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

84511.6M67](/packages/php-open-source-saver-jwt-auth)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

589701.7k2](/packages/scheb-2fa)[scheb/2fa-trusted-device

Extends scheb/2fa-bundle with trusted devices support

366.0M40](/packages/scheb-2fa-trusted-device)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

62473.7k10](/packages/jeremy379-laravel-openid-connect)[drenso/symfony-oidc-bundle

OpenID connect bundle for Symfony

97795.4k4](/packages/drenso-symfony-oidc-bundle)

PHPackages © 2026

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