PHPackages                             molexui/yii2-bootstrap4 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. molexui/yii2-bootstrap4

ActiveYii2-extension[Framework](/categories/framework)

molexui/yii2-bootstrap4
=======================

The Twitter Bootstrap extension for the Yii framework with Small Enhancement

v2.0.0(1y ago)01BSD-3-ClausePHP

Since Jul 27Pushed 1y agoCompare

[ Source](https://github.com/molexui/yii2-bootstrap4)[ Packagist](https://packagist.org/packages/molexui/yii2-bootstrap4)[ GitHub Sponsors](https://github.com/yiisoft)[ Fund](https://opencollective.com/yiisoft)[ RSS](/packages/molexui-yii2-bootstrap4/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

 [ ![](https://camo.githubusercontent.com/7e58968e2b6df837d6e5d98e5fe42dabdd4f389069f7f77c4de9d08b19b4dbb4/68747470733a2f2f76342d616c7068612e676574626f6f7473747261702e636f6d2f6173736574732f6272616e642f626f6f7473747261702d736f6c69642e737667) ](https://getbootstrap.com/)

Twitter Bootstrap 4 Extension for Yii 2
=======================================

[](#twitter-bootstrap-4-extension-for-yii-2)

This is the Twitter Bootstrap extension for [Yii framework 2.0](https://www.yiiframework.com). It encapsulates [Bootstrap 4](https://getbootstrap.com/) components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy.

For license information check the [LICENSE](LICENSE.md)-file.

Documentation is at [docs/guide/README.md](docs/guide/README.md).

[![Latest Stable Version](https://camo.githubusercontent.com/f9fc229dd4c781c7e41029899ded8a205df790ffb16364f2180626a820dfc4d3/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6c657875692f796969322d626f6f747374726170342f762f737461626c652e706e67)](https://packagist.org/packages/molexui/yii2-bootstrap4)[![Total Downloads](https://camo.githubusercontent.com/7686c826680ed6ba0d9ed0ee3e3c51c4a2878b20cadc4dac59de91b5515c9b86/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6c657875692f796969322d626f6f747374726170342f646f776e6c6f6164732e706e67)](https://packagist.org/packages/molexui/yii2-bootstrap4)[![Build Status](https://github.com/molexui/yii2-bootstrap4/workflows/build/badge.svg)](https://github.com/molexui/yii2-bootstrap4/actions)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist molexui/yii2-bootstrap4

```

or add

```
"molexui/yii2-bootstrap4": "~2.0.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

For example, the following single line of code in a view file would render a Bootstrap Progress plugin:

```
