2017 © Pedro Peláez
 

library phpbb-bridge

Offers a simple API for the included custom phpBB authentication module.

image

webcode/phpbb-bridge

Offers a simple API for the included custom phpBB authentication module.

  • Tuesday, June 30, 2015
  • by rastone
  • Repository
  • 4 Watchers
  • 8 Stars
  • 160 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 4 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BridgeBB

Allows phpBB3 to use the Laravel Auth driver to create/authenticate accounts., (*1)

Installation:

Add to your composer.json

"require": {
    "webcode/phpbb-bridge": "dev-master"
}

Run composer update

$ composer update

Register the BridgeBB Service Provider by adding it to your project's providers array in app.php

'providers' => array(
    'Webcode\BridgeBB\BridgeBBServiceProvider'
);

Create a secret api key in config/webcode/bridgebb/api.php

'bridgebb-apikey' => 'secretkey'

Update the column names used for the Laravel Auth driver config/webcode/bridgebb/auth.php

'username-column' => 'username',
'password-column' => 'password'

Copy all files in the phpbb_root directory to your phpBB install

Login to the phpBB admin panel and set bridgebb as the authentication module

Now all logins will be checked against the Laravel Auth driver and duplicated in the phpBB database., (*2)

The Versions

30/06 2015

1.0.x-dev

1.0.9999999.9999999-dev

Offers a simple API for the included custom phpBB authentication module.

  Sources   Download

MIT

The Requires

 

by R.A.Stone

laravel bridge phpbb phpbb3

24/07 2014

dev-master

9999999-dev

Offers a simple API for the included custom phpBB authentication module.

  Sources   Download

MIT

The Requires

 

by R.A.Stone

laravel bridge phpbb phpbb3