PHPackages                             adrianodemoura/select2 - 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. adrianodemoura/select2

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

adrianodemoura/select2
======================

Element Select2 to cakephp 2.x

1.0.1(7y ago)0182MITJavaScript

Since Feb 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/adrianodemoura/select2)[ Packagist](https://packagist.org/packages/adrianodemoura/select2)[ Docs](https://github.com/adrianodemoura/select2)[ RSS](/packages/adrianodemoura-select2/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

```
============================
Select 2
----------------------------
- Requirements
cakePHP 2.X.X

- Intall

$ cd you_app_cake2
$ vim composer.json
add in require line:

"adrianodemoura/select2": "*"

or

$ composer require adrianodemoura/select2

$ composer update

- Usage

In bootstrap.php:

CakePlugin::load('Select2');

in controller:

or inside view:
