Download the PHP package mediawiki/bootstrap without Composer

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

Bootstrap extension

GitHub Workflow Status Latest Stable Version License

The Bootstrap extension provides the Bootstrap web front-end framework to skins and extensions.

This version of the extension provides Bootstrap 4.6.2 and Popper 1.16.1.

Requirements

Installation

There are two methods for installing Bootstrap. You can select the method that best fits your environment.

Method 1

If you install Bootstrap with Composer, further required software packages will be installed automatically. In this case, it is not necessary to install any dependencies. Composer will take care of that.

  1. On a command line go to your MediaWiki installation directory and run these two commands

  2. Load the extension by adding the following line to LocalSettings.php:

  3. Done: Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Remark: It is NOT necessary to install or load any extensions this extensions depends on.

Method 2

If you install Bootstrap without Composer, you will still need to use Composer to install the SCSS library before you enable Bootstrap.

  1. Download Bootstrap and place the file(s) in a directory called Bootstrap in your extensions/ folder.

  2. In the MediaWiki installation directory, add "extensions/Bootstrap/composer.json to the extra/merge-plugin/include section in the file composer.local.json. For example,

  3. Still in the MediaWiki installation directory, from a command line run

  4. Add the following code at the bottom of your LocalSettings.php:

  5. Done: Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Documentation

See the Bootstrap extension documentation.

It may also be worthwhile to have a look at the Bootstrap site on MediaWiki and the related talk page

Professional Support

The Bootstrap extension is maintained by Professional.Wiki. You can contract us to help you with installation or customization of Bootstrap. We also do development work.

License

You can use the Bootstrap extension under the GNU General Public License, version 3 (or any later version).


All versions of bootstrap with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
composer/installers Version ^2|^1.0.1
mediawiki/scss Version ~4.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 mediawiki/bootstrap contains the following files

Loading the files please wait ....