Skip to content

RezaSR/yii2-bootstrap

This branch is 41 commits behind yiisoft/yii2-bootstrap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80f7a16 · Feb 16, 2018
Apr 14, 2016
Feb 14, 2018
Feb 2, 2018
Feb 2, 2018
Sep 29, 2015
Mar 21, 2016
May 3, 2015
Feb 5, 2018
Feb 16, 2018
Jun 22, 2017
May 3, 2015
Jul 24, 2017
Feb 2, 2018
Jan 11, 2018

Repository files navigation

Twitter Bootstrap Extension for Yii 2


This is the Twitter Bootstrap extension for Yii framework 2.0. It encapsulates Bootstrap 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-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiisoft/yii2-bootstrap

or add

"yiisoft/yii2-bootstrap": "~2.0.0"

to the require section of your composer.json file.

Usage

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

<?= yii\bootstrap\Progress::widget(['percent' => 60, 'label' => 'test']) ?>

About

Yii 2 Bootstrap Extension.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Makefile 0.5%