Download the PHP package sourcetoad/bbii2 without Composer

On this page you can find all versions of the php package sourcetoad/bbii2. 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 bbii2

BBii2 2 v 3.0.0

Copyright (c) 2013-2015, BBii2 - Ronald van Belzen. All rights reserved.
Copyright (c) 2015, Sourcetoad, LLC. All rights reserved.

BBii2 is an extension to the Yii2 Framework (http://www.yiiframework.com/) in the form of a module. BBii2 adds and integrates a lightweight webforum (a.k.a. bulletin board) to an existing Yii 2.0 application.

Requirements

Yii 2 or above. PHP 5.5 or above. The application to which BBii2 is added needs to have a user table.

Usage

Options

The following configuration options can be used: adminId: the User ID (integer) for the user to receive the admin authorization (default value: false). When the application uses rbac and the role 'admin’ exists the users that get the role 'admin’ assigned will also be admin for BBii2. avatarStorage: The directory in which uploaded avatar images are stored relative to the application webroot directory (leading '/’ required) (default value: '/avatar'). forumTitle: The name for the forum (default value: 'BBii2 Forum'). userClass: The model name of the database table that contains the user authentication information for User ID and User name (default value: 'User'). userIdColumn: The column name of the User class field that contains the User ID (default value: 'id'). userNameColumn: The column name of the User class field that contains the User name (default value: 'username'). userMailColumn: The column name of the User class field that contains the User e-mail address (default value: false). dbName: The name of the db component to use to connect to the forum database tables (default value: false) // @todo Disabled for init release of bbii2 3x - DJE : 2015-01-2015 allowTopicSub: Allow subscription to topics (watch) by members of forum (default: false). topicsPerPage: The number of topics to display on a single page (default value: 20). postsPerPage: The number of posts to display on a single page (default value: 20). purifierOptions: The CHtmlPurifier options. editorToolbar: The toolbar options for the CKEditor. editorSkin: The CKEditor skinName configuration setting (default value: 'moono'). editorUIColor: The CKEditor uiColor configuration setting (default value: ''). editorContentsCss: The CKEditor contentsCss configuration setting (default value: array()).

Embedded Extensions

Versions


All versions of bbii2 with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ^2
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 sourcetoad/bbii2 contains the following files

Loading the files please wait ....