PHPackages                             cakebake/yii2-bootstrap-select - 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. cakebake/yii2-bootstrap-select

AbandonedArchivedYii2-extension

cakebake/yii2-bootstrap-select
==============================

A yii2 wrapper package for the custom select for @twitter bootstrap using button dropdown http://silviomoreto.github.io/bootstrap-select/3/

2.0.1(11y ago)353.2k↓37.5%5[1 issues](https://github.com/cakebake/yii2-bootstrap-select/issues)[1 PRs](https://github.com/cakebake/yii2-bootstrap-select/pulls)LGPL-v3PHP

Since May 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cakebake/yii2-bootstrap-select)[ Packagist](https://packagist.org/packages/cakebake/yii2-bootstrap-select)[ RSS](/packages/cakebake-yii2-bootstrap-select/feed)WikiDiscussions master Synced 1mo ago

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

yii2-bootstrap-select
=====================

[](#yii2-bootstrap-select)

A yii2 wrapper package for the custom select for @twitter bootstrap using button dropdown

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

You can then install the package using the following command:

```
php composer.phar require --prefer-dist cakebake/yii2-bootstrap-select "*"

```

or add

```
"cakebake/yii2-bootstrap-select": "*"

```

to the require section of your `composer.json` file and run `php composer.phar update`.

### Usage

[](#usage)

Add this in your view (If you want it globally, you can take the file "views/layouts/main.php"):

```
cakebake\bootstrap\select\BootstrapSelectAsset::register($this);

```

This automatically integrates the files and converts all select fields automatically.

If you want more control, you can use the available options.

```
cakebake\bootstrap\select\BootstrapSelectAsset::register($this, [
    'selector' => '.selectpicker', //The jQuery selector (all select forms by default)
    'menuArrow' => true, //You can also show the tick icon on single select
    'tickIcon' => false, //The bootstrap menu arrow can be added
    'selectpickerOptions' => [ //available bootstrap-select data options @see http://silviomoreto.github.io/bootstrap-select/3/#options
        'size' => 3, //example option @see http://silviomoreto.github.io/bootstrap-select/3/#options
        'width' => '50%', //example option @see http://silviomoreto.github.io/bootstrap-select/3/#options
    ],
]);

```

Checkout the [documentation](http://silviomoreto.github.io/bootstrap-select/3/) for further information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Total

4

Last Release

4257d ago

Major Versions

1.1.0 → 2.0.02014-08-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f0c610f1daae44aca882e9f8319422fc19d8fc9fa727051c005722c6eb8e5fe?d=identicon)[cakebake](/maintainers/cakebake)

---

Top Contributors

[![cakebake](https://avatars.githubusercontent.com/u/7462226?v=4)](https://github.com/cakebake "cakebake (15 commits)")[![DaveFerger](https://avatars.githubusercontent.com/u/1530856?v=4)](https://github.com/DaveFerger "DaveFerger (1 commits)")

---

Tags

yii2yiibootstrapselectbutton

### Embed Badge

![Health badge](/badges/cakebake-yii2-bootstrap-select/health.svg)

```
[![Health](https://phpackages.com/badges/cakebake-yii2-bootstrap-select/health.svg)](https://phpackages.com/packages/cakebake-yii2-bootstrap-select)
```

###  Alternatives

[kartik-v/yii2-helpers

A collection of useful helper functions for Yii Framework 2.0

883.0M29](/packages/kartik-v-yii2-helpers)[kartik-v/yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0

88265.8k6](/packages/kartik-v-yii2-markdown)[romdim/yii2-bootstrap-material

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

2010.9k3](/packages/romdim-yii2-bootstrap-material)[tecnocen/yii2-bootstrap-year-calendar

Yii2 widget for bootstrap-year-calendar plugin

1317.7k](/packages/tecnocen-yii2-bootstrap-year-calendar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
