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)0114MITPHP

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 yesterday

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 60% 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

3071d 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

[robthree/twofactorauth

Two Factor Authentication

1.2k10.5M66](/packages/robthree-twofactorauth)[enygma/gauth

PHP library to generate codes compatible with the Google Authenticator clients

75129.0k1](/packages/enygma-gauth)[2amigos/2fa-library

2 Factor Authentication (2FA) library

34367.1k7](/packages/2amigos-2fa-library)[chillerlan/php-authenticator

A generator for counter- and time based 2-factor authentication codes (Google Authenticator). PHP 8.2+

58119.1k2](/packages/chillerlan-php-authenticator)[foglcz/ldap-authenticator

LDAP Authenticator plugin for Nette Framework

137.2k](/packages/foglcz-ldap-authenticator)

PHPackages © 2026

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