Download the PHP package doublespark/contao-forum-bridge-bundle without Composer

On this page you can find all versions of the php package doublespark/contao-forum-bridge-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-forum-bridge-bundle

Contao Forum Bridge Bundle

Allows the Contao member system to work with phpBB.

Requirements

  1. phpBB has to share a database with the Contao site.
  2. The two sites need to be located on the same server.
  3. The two sites need to be located under the same top-level domain (but can be on different subdomains).

Setup

  1. Install the Contao Forum Bridge Bundle into Contao.
  2. Install the Contao Bridge phpBB extension into phpBB.
  3. Contao CMS and phpBB will now be able to communicate.

Configuration

Once the module is installed, go to Contao's 'Settings' and set the following options:

Option Description
Enabled Whether or not the forum bridge is active.
CMS/Forum Domain Enter a key here to secure requests to the forum. The same key needs to be entered into phpbb.
CMS/Forum Domain Whether or not the forum bridge is active.
Forum URL The URL under which the forum is located. E.g. https://forum.mysite.com
Register page The Contao page where the registration module is placed.
Login page The Contao page where the login module is placed.
Log out page The Contao page where the logout module is placed.
Account page The Contao page where the account module is placed.

Overview

All account management (including registration, login and logout) is handled by Contao. Once logged into Contao, members will automatically be logged into phpBB upon visiting the forum.

Members

When members are added to Contao they are automatically mirrored in phpBB so each member account in Contao has a corresponding user account in phpBB. You can manually assign Contao members to specific phpBB users using the 'phpBB Account' field on the 'Add/edit Member' form in Contao.

Groups

Contao groups can be associated with phpBB groups. To do so, edit a Contao 'Member Group' and select the name of the corresponding phpBB user group from the 'phpBB Group' field.


All versions of contao-forum-bridge-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
contao/core-bundle Version ^4.8
guzzlehttp/guzzle Version ^6.5
contao/manager-plugin Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package doublespark/contao-forum-bridge-bundle contains the following files

Loading the files please wait ....