PHPackages                             flint/antenna-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. [Framework](/categories/framework)
4. /
5. flint/antenna-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

flint/antenna-bundle
====================

Symfony and Antenna

1.1.0(10y ago)3106MITPHP

Since Aug 31Pushed 10y agoCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

AntennaBundle
=============

[](#antennabundle)

[![Build Status](https://camo.githubusercontent.com/9f5a99f81b5598b1b040a3b8f671ed3dc4da55620bdad80ae7b7566607581bf4/68747470733a2f2f7472617669732d63692e6f72672f666c696e742f416e74656e6e6142756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/flint/AntennaBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5839f515192203bc4894cb006eda908715d2d249ff6502b27758b8aa0129a296/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c696e742f416e74656e6e6142756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/flint/AntennaBundle/?branch=master)

Makes it easier to integrate [Antenna](https://github.com/flint/Antenna) (and through it JWT) authentication with your Symfony project.

Install
-------

[](#install)

```
composer require flint/antenna-bundle
```

```
class AppKernel extends \Symfony\Component\HttpKernel\Kernel
{
    public function registerBundles()
    {
        // ...
        $bundles[] = new Flint\Bundle\AntennaBundle\AntennaBundle();
        // ...
    }
}
```

```
antenna:
  secret: your-shared-secret
```

Usage
-----

[](#usage)

```
# security.yml
security:
    providers:
        in_memory:
            memory:
                users:
                    henrikbjorn:
                        password: my-unique-password
                        roles: 'ROLE_USER'

    firewalls:
        token_exchange:
            pattern: ^/auth
            simple-preauth:
                provider: in_memory
                authenticator: antenna.username_password_authenticator
        web_token:
            pattern: ^/api
            simple-preauth:
                provider: in_memory
                authenticator: antenna.token_authenticator
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88caaddb9c765141dba5816fbb2f8a5ed8e2125338b97e30261e19bb88cdaa23?d=identicon)[henrikbjorn](/maintainers/henrikbjorn)

---

Top Contributors

[![henrikbjorn](https://avatars.githubusercontent.com/u/19725?v=4)](https://github.com/henrikbjorn "henrikbjorn (3 commits)")

### Embed Badge

![Health badge](/badges/flint-antenna-bundle/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

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

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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