yii2-bootstrap4

Yii 2 Bootstrap 4 Extension

Github星跟踪图

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

or add

"yiisoft/yii2-bootstrap4": "~2.0.6"

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\bootstrap4\Progress::widget(['percent' => 60, 'label' => 'test']) ?>

主要指标

概览
名称与所有者yiisoft/yii2-bootstrap4
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2018-04-04 17:04:19
推送于2025-05-29 09:28:40
最后一次提交2025-05-29 05:28:40
发布数13
最新版本名称2.0.12 (发布于 2025-02-14 00:11:30)
第一版名称2.0.0 (发布于 2019-01-29 00:56:40)
用户参与
星数216
关注者数38
派生数104
提交数5.1k
已启用问题?
问题数110
打开的问题数16
拉请求数116
打开的拉请求数1
关闭的拉请求数17
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?