PHPackages                             phpbb/phpbb-sessions-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. phpbb/phpbb-sessions-auth-bundle

AbandonedArchivedSymfony-bundle

phpbb/phpbb-sessions-auth-bundle
================================

A symfony bundle that provides symfony the ability to integrate and share sessions with phpBB and use phpBB as the authentication provider.

2111815[1 PRs](https://github.com/phpbb/PhpbbSessionsAuthBundle/pulls)PHP

Since May 31Pushed 2y ago9 watchersCompare

[ Source](https://github.com/phpbb/PhpbbSessionsAuthBundle)[ Packagist](https://packagist.org/packages/phpbb/phpbb-sessions-auth-bundle)[ RSS](/packages/phpbb-phpbb-sessions-auth-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpBB Sessions Auth Bundle
==========================

[](#phpbb-sessions-auth-bundle)

This allows you to use phpBB as a authentication provider and share its sessions.

It was originally developed for use on the new phpBB Symfony Website but was then open sourced.

Configuration
=============

[](#configuration)

First of all, make sure in your application to ignore the phpBB tables, by using (This is needed for each entity manager):

```
doctrine:
    dbal:
        schema_filter: ~^(?!phpbb_)~

```

where phpbb\_ is your table prefix for tables generated by phpBB. Not making this configuration change can cause your forum tables to be deleted!

Bundle configuration:

```
phpbb_sessions_auth:
    session:
        secure: false
        cookiename: ""
        boardpath: ""
    database:
        connection: ""
        prefix: ""

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.4% 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/51b8f5fa2478c474c026976512454ce9953323d2d07d0a5320b3a3bd3f4653d8?d=identicon)[michaelcullum](/maintainers/michaelcullum)

![](https://www.gravatar.com/avatar/1810456e1ee496a7fb5825f18d3bdf648cd16074f6fb8165d5bfb764d886886c?d=identicon)[Marshalrusty](/maintainers/Marshalrusty)

![](https://www.gravatar.com/avatar/15515e77b0e2c6c14b129e616768b499922f681ddf0cfddd096d26ca7b1c2c23?d=identicon)[DavidIQ](/maintainers/DavidIQ)

![](https://www.gravatar.com/avatar/f707b578266806b276af3e6fbd52c84856c8de62f4627cca5190d31df1b7bc10?d=identicon)[marc1706](/maintainers/marc1706)

![](https://www.gravatar.com/avatar/133ea35380598b2f93888d7c840cf4384349a2ab5787811d8258c3e71fbce1a7?d=identicon)[paul999](/maintainers/paul999)

![](https://avatars.githubusercontent.com/u/472830?v=4)[Callum Macrae](/maintainers/callumacrae)[@callumacrae](https://github.com/callumacrae)

---

Top Contributors

[![paul999](https://avatars.githubusercontent.com/u/65767?v=4)](https://github.com/paul999 "paul999 (54 commits)")[![michaelcullum](https://avatars.githubusercontent.com/u/211740?v=4)](https://github.com/michaelcullum "michaelcullum (14 commits)")

### Embed Badge

![Health badge](/badges/phpbb-phpbb-sessions-auth-bundle/health.svg)

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

PHPackages © 2026

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