Download the PHP package ctsmedia/contao-phpbb-bridge-bundle without Composer

On this page you can find all versions of the php package ctsmedia/contao-phpbb-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-phpbb-bridge-bundle

Contao-phpbbBridge Bundle logo_c2bb-36

A bridge for integrating phpbb with a contao website / portal

The contao-phpbbBridge Bundle connects your Contao 4 CMS with a phpbb 3.1 or 3.2 Forum and provides a tight, seamless integration between those systems. It allows you to create portals, communities, intranet solutions without the usual problems of having either a bad cms integration in forum software or on the other side when using a cms the hassle with bad,insufficient forum modules. Just use the best systems of both worlds.

Features

User, Auth and Session Synchronization

The bridge syncs your forum users with contao automatically and provides single sign on solution. If the user logs into the forum, he is automatically logged in to contao and vice versa.

As a site admin you can configure which contao member group phpbb user get added, so you still can have non forum members.

Layout Sharing

For a real seamless integration the forum has to have the same look and feel like the rest of the website. The bridge acts as special contao page type, providing all the layout options you're used to. You can put a header, left column, footer around the forum and also put your theme style on to it. When the forum is accessed it knows about the contao layout and strips it around appropriate. But you don't have to.

Insert Tags

The bridge provides also a lot of insert tags ready to use

Insert Tag Description
{{phpbb_bridge::page_profile}} Generates the link to the phpbb profile of the current logged in user (or to the Anonymous user if not logged in)
{{phpbb_bridge::page_login}} Link to the phpbb login page
{{phpbb_bridge::page_logout}} Link the phpbb logout page (uses the session id which is needed)
{{phpbb_bridge::page_register}} Link the register phpbb page (uses the session id which is needed)
{{phpbb_bridge::page_resetpassword}} Link to the phpbb send password page
{{phpbb_bridge::page_ucp}} Link to the phpbb user control panel.
{{phpbb_bridge_user_profile::*}} Generates the link to the phpbb user profile page. Accepts user id or username
  1. The bridge is not compatible to the contao dev mode (only in the forum area)
  2. phpbb does allow for multiple autologin sessions. For example you can use autologin on your work and home pc. Contao does not. Contao always uses only the last autologin session. Others are dropped (not really, there can only one be created) The behavior on contao side is fixed implemented in the core and not changeable as of 4.1. So the bridge adapts the contao behavior and will drop all autologin sessions other than the current one. We're already working on it with the contao core devs https://github.com/contao/core-bundle/issues/454

References

You want to see the bridge in action?

Installation

The bridge can be setup within 15 minutes. Just like installing a Contao 4 and phgbb Module.
It's offering lots of configuration for individual setups and optimization for those who want to, but comes with good defaults and takes care you're not doing anything wrong. You can find the installation guide here

FAQs

Before opening an issue or contact us for support please take a look in the FAQs

Development / Contributing

We provide a set of development tools to get you quickly started if you like to contribute or modify the bridge. See the development guide how to setup a local docker development and test environment.

Before spending a lot of time on a Pull Request please open a issue on github and discuss with the core devs.

Support / Customization / Extensions / Licensing

The bridge is itself is completely free to use. If you encounter a bug or miss a feature you can open always open an issue on github and ask for help there. We do our best to continuously improve the bridge.

If you require support, are in need of additional functionality etc drop us a message at [email protected]


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

PHP Build Version
Package Version
Requires php Version ^5.6|^7.0
contao/core-bundle Version ^4.0.4
kriswallsmith/buzz Version ^0.15
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 ctsmedia/contao-phpbb-bridge-bundle contains the following files

Loading the files please wait ....