PHPackages                             ahs/persona-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. ahs/persona-bundle

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

ahs/persona-bundle
==================

Persona authentication system integration with Symfony aplications

49PHP

Since Nov 12Pushed 13y agoCompare

[ Source](https://github.com/ahilles107/PersonaBundle)[ Packagist](https://packagist.org/packages/ahs/persona-bundle)[ RSS](/packages/ahs-persona-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

This Bundle enables integration of the Persona authentication system. It provides a Symfony2 authentication provider so that users can login to a Symfony2 application via Persona.

Installation
============

[](#installation)

1. Install bundle:

The recommended way to install Persona Bundle is [through composer](http://getcomposer.org). Just create a `composer.json` file and run the `php composer.phar install` command to install it:

```
      {
          "require": {
              "ahs/persona-bundle": "*"
          }
      }

```

2. Add this bundle to your application's kernel:

    ```
     // app/ApplicationKernel.php
     public function registerBundles()
     {
         return array(
             // ...
             new AHS\PersonaBundle\AHSPersonaBundle(),
             // ...
         );
     }

    ```
3. Configure your new firewal:

    ```
     # app/config/security.yml
     firewalls:
         persona_secured:
             pattern:    ^/
             persona:      true
             logout: true
             anonymous: true

    ```
4. Change default configuration (optional):

    ```
     # app/config/config.yml
     ahs_persona:
         verifier_url: "your verifier url"
         audience_url: "your audience host"

    ```

By default bundle works with `in_memory` provider.

TODO
----

[](#todo)

- Provide sample controller
- Provide twig helper for login/logout buttons
- Create provider for FOSUserBundle
- Promote Mozilla Persona!
- Improve readme

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

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/aeca713e2c8f76026890afc76cd060626414bd627aecf68a099fb41d46f1b826?d=identicon)[ahilles107](/maintainers/ahilles107)

---

Top Contributors

[![ahilles107](https://avatars.githubusercontent.com/u/298610?v=4)](https://github.com/ahilles107 "ahilles107 (13 commits)")

### Embed Badge

![Health badge](/badges/ahs-persona-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ahs-persona-bundle/health.svg)](https://phpackages.com/packages/ahs-persona-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)
