PHPackages                             insolita/yii2-iconpicker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. insolita/yii2-iconpicker

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

insolita/yii2-iconpicker
========================

Widget for bootstrap-iconpicker plugin http://victor-valencia.github.io/bootstrap-iconpicker/

3.0.0(8y ago)1110.6k9[1 issues](https://github.com/Insolita/yii2-iconpicker/issues)1MITPHP

Since Nov 19Pushed 8y ago3 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (1)

Widget for bootstrap-iconpicker 3.0
===================================

[](#widget-for-bootstrap-iconpicker-30)

[![Latest Stable Version](https://camo.githubusercontent.com/5891b19274e94ff8495df2520fb63c71e841aeefc16ff52d91b4578871ef60d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e736f6c6974612f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/5891b19274e94ff8495df2520fb63c71e841aeefc16ff52d91b4578871ef60d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e736f6c6974612f796969322d69636f6e7069636b65722e737667)[![Total Downloads](https://camo.githubusercontent.com/7690b8d4b514854d5f452e67e06e160ef596ea61fd136ca3a09d16fb02d4ead9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e736f6c6974612f796969322d69636f6e7069636b65722e737667)](https://packagist.org/packages/insolita/yii2-iconpicker)[![License](https://camo.githubusercontent.com/d4afdf57c8b5a0fa1f54079901677d31550a4bb6c14449562473f5aaa60240b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e736f6c6974612f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/d4afdf57c8b5a0fa1f54079901677d31550a4bb6c14449562473f5aaa60240b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e736f6c6974612f796969322d69636f6e7069636b65722e737667)

Widget for bootstrap-iconpicker plugin

Now based on more actual fork

FontAwesome 4.7.0 support

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

[](#installation)

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

Either run

```
composer require --prefer-dist insolita/yii2-iconpicker "^3.0"

```

or add

```
"insolita/yii2-iconpicker": "^3.0"

```

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

Requirements
------------

[](#requirements)

This extension require twitter-bootstrap &gt;3.0 You can use it for

- glyphicon (with bootstrap by default)
- ionicon
- fontawesome
- weathericon
- mapicon
- octicon
- typicon
- elusiveicon
- materialdesign

By default - native bootstrap glyphicon

#### NOTE!

[](#note)

This extension not provide assets for icon source - you can setup and register it`s in view separately You can create needed assets, or direct include css of icon fonts from folder @bower/eliberty-bootstrap-iconpicker/icon-fonts

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
