PHPackages                             igdr/token-auth-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. igdr/token-auth-bundle

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

igdr/token-auth-bundle
======================

Token Auth Bundle

048PHP

Since Jun 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/igdr/TokenAuthBundle)[ Packagist](https://packagist.org/packages/igdr/token-auth-bundle)[ RSS](/packages/igdr-token-auth-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Token Auth Bundle
=================

[](#token-auth-bundle)

Installation
------------

[](#installation)

Add the bundle to your `composer.json`:

```
composer require igdr/token-auth-bundle

```

Then add the IgdrEmployeeBundle to your application kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\TokenAuthBundle\IgdrTokenAuthBundle(),
        // ...
    );
}

```

config.yml

```
doctrine:
    orm:
        ....
        resolve_target_entities:
            Symfony\Component\Security\Core\User\UserInterface: App\Bundle\UserBundle\Entity\User

```

securiry.yml

```
security:
    firewalls:
        api_token_secured:
            pattern:  ^/api/.*
            stateless:    true
            api_token: true
            anonymous: true

```

console: php app/console doctrine:schema:update --force

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b43bdf609a0bbcb50ca6e968cd7a62159b63c2296c1151b937a87cf78f29890?d=identicon)[igdr](/maintainers/igdr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/igdr-token-auth-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/igdr-token-auth-bundle/health.svg)](https://phpackages.com/packages/igdr-token-auth-bundle)
```

###  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)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[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.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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