PHPackages                             nod.st/cakephp-controllers-list - 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. nod.st/cakephp-controllers-list

ActiveCakephp-plugin

nod.st/cakephp-controllers-list
===============================

CakePHP Controllers List

v0.1.4(12y ago)11921PHPPHP &gt;=5.3.0

Since Sep 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/JacopKane/CakePHP-ControllersList)[ Packagist](https://packagist.org/packages/nod.st/cakephp-controllers-list)[ RSS](/packages/nodst-cakephp-controllers-list/feed)WikiDiscussions master Synced 2mo ago

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

CakePHP ControllersList
=======================

[](#cakephp-controllerslist)

A plugin contains component for generating organized controllers list with include,exclude,order,sort and cache options.

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

[](#requirements)

- CakePHP 2.1.0 or greater.

Download
--------

[](#download)

- [Click here](https://github.com/JacopKane/Cake-ControllersList/zipball/master)
- or with Git:
    - Submodule:

```
$ git submodule add https://github.com/JacopKane/Cake-ControllersList.git path/to/Plugins/ControllersList```
	* Clone:

```

$ git submodule add  /path/to/Plugins/ControllersList```

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

[](#installation)

- Load the plugin at bootstrap
- Define the component at your controller.

\###Example:

```
