PHPackages                             cinghie/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. cinghie/yii2-iconpicker

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

cinghie/yii2-iconpicker
=======================

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

3.0.0(8y ago)01.7k1MITPHP

Since Nov 19Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/cinghie/yii2-iconpicker)[ Packagist](https://packagist.org/packages/cinghie/yii2-iconpicker)[ RSS](/packages/cinghie-yii2-iconpicker/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (4)Used By (1)

Yii2 Widget for bootstrap-iconpicker plugin
===========================================

[](#yii2-widget-for-bootstrap-iconpicker-plugin)

[![License](https://camo.githubusercontent.com/df52b7abbcebdb47078bf52b9159559fc1eedb21359787c6bdd110df8362e9f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/df52b7abbcebdb47078bf52b9159559fc1eedb21359787c6bdd110df8362e9f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d69636f6e7069636b65722e737667)[![Latest Stable Version](https://camo.githubusercontent.com/07b68abdbb9119d49da1d31b321442fcfc1ad10981374af5d7472baf45de9f82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/07b68abdbb9119d49da1d31b321442fcfc1ad10981374af5d7472baf45de9f82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d69636f6e7069636b65722e737667)[![Latest Release Date](https://camo.githubusercontent.com/9e9c311dddcc1906f772c518708274cd9a8a065063d6b13f37345e3b8e8a51f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/9e9c311dddcc1906f772c518708274cd9a8a065063d6b13f37345e3b8e8a51f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d69636f6e7069636b65722e737667)[![Latest Commit](https://camo.githubusercontent.com/091d6e0345189b5d1ea2087b0fdd94ee0ea06ce1353296f888c9009e63141df9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d69636f6e7069636b65722e737667)](https://camo.githubusercontent.com/091d6e0345189b5d1ea2087b0fdd94ee0ea06ce1353296f888c9009e63141df9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d69636f6e7069636b65722e737667)[![Total Downloads](https://camo.githubusercontent.com/36d7ba3c4fb079c3da1a67c4d14637c9e54eb947e38215283eefa86aa89118b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63696e676869652f796969322d69636f6e7069636b65722e737667)](https://packagist.org/packages/cinghie/yii2-iconpicker)

Widget for bootstrap-iconpicker plugin
Now based on more actual fork
Forked from

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

[](#installation)

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

Either run

```
composer require --prefer-dist  cinghie/yii2-iconpicker "^3.0.1"

```

or add

```
"cinghie/yii2-iconpicker": "^3.0.1"

```

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)
- ionicon
- fontawesome
- weathericon
- mapicon
- octicon
- typicon
- elusiveicon
- materialdesign

By Default Fontawesome icons

#### 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 :

```
