PHPackages                             paulredmond/chosen-cakephp - 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. paulredmond/chosen-cakephp

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

paulredmond/chosen-cakephp
==========================

Chosen CakePHP plugin for CakePHP 2

2.2.0(11y ago)738.9k15[1 PRs](https://github.com/paulredmond/chosen-cakephp/pulls)MITJavaScriptPHP &gt;=5.2.6

Since Dec 10Pushed 11y ago6 watchersCompare

[ Source](https://github.com/paulredmond/chosen-cakephp)[ Packagist](https://packagist.org/packages/paulredmond/chosen-cakephp)[ Docs](https://github.com/paulredmond/chosen-cakephp)[ RSS](/packages/paulredmond-chosen-cakephp/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (15)Used By (0)

ChosenHelper for CakePHP 2
==========================

[](#chosenhelper-for-cakephp-2)

ChosenHelper is a class for integrating HarvestHQ [Chosen](https://github.com/harvesthq/chosen/) select boxes in CakePHP 2. Check out HarvestHQ's [demo](http://harvesthq.github.com/chosen/) for documentation and usage.

[![Build Status](https://camo.githubusercontent.com/8470bb9465d805b1cd0291daf08a8b08153b841bc531f233fe430c320441eb19/68747470733a2f2f7472617669732d63692e6f72672f7061756c7265646d6f6e642f63686f73656e2d63616b657068702e706e673f6272616e63683d6d61737465722c322e31)](https://travis-ci.org/paulredmond/chosen-cakephp)

Changelog
---------

[](#changelog)

A [Changelog Wiki page](https://github.com/paulredmond/chosen-cakephp/wiki/Changelog) is now available. Review it carefully to make sure you do not upgrade permaturely. For example: the latest version (2.1.0) includes a backwards compatability break with CakePHP 2.0.x.

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

[](#installation)

Chosen CakePHP 2 plugin supports [Composer](https://github.com/composer/composer) and [Packagist](http://packagist.org/). After you [download](http://packagist.org/) composer.phar and put it in your path:

Composer will take care of installing the plugin into the correct location. Include the following `composer.json` file at `path/to/app`

```
{
    "require": {
        "paulredmond/chosen-cakephp": "*"
    }
}
```

*Use a sensible stable version for the plugin. The above '\*' is only intended as an example.*

```
cd path/to/app
php composer.phar install
```

Bootstrap the plugin in app/Config/bootstrap.php:

```
