2017 © Pedro Peláez
 

symfony-bundle 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.

image

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.

  • Sunday, May 31, 2015
  • by callumacrae
  • Repository
  • 32 Watchers
  • 21 Stars
  • 105 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phpBB Sessions Auth Bundle

This allows you to use phpBB as a authentication provider and share its sessions., (*1)

It was originally developed for use on the new phpBB Symfony Website but was then open sourced., (*2)

Configuration

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

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!, (*4)

Bundle configuration:, (*5)

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

The Versions

31/05 2015

dev-master

9999999-dev http://www.phpbb.com

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

  Sources   Download

MIT

The Requires

 

The Development Requires

bridge phpbb intergration