PHPackages                             k1low/controller\_prefix - 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. [Framework](/categories/framework)
4. /
5. k1low/controller\_prefix

ActiveCakephp-plugin[Framework](/categories/framework)

k1low/controller\_prefix
========================

`Controller name prefix' custom route plugin for CakePHP

2.5.5(11y ago)96.7k5MITPHPCI failing

Since Oct 24Pushed 11y ago2 watchersCompare

[ Source](https://github.com/k1LoW/controller_prefix)[ Packagist](https://packagist.org/packages/k1low/controller_prefix)[ Docs](https://github.com/k1LoW/controler_prefix)[ RSS](/packages/k1low-controller-prefix/feed)WikiDiscussions 2.0 Synced 3w ago

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

Controller prefix plugin for CakePHP
====================================

[](#controller-prefix-plugin-for-cakephp)

`Controller name prefix' custom route plugin for CakePHP

[![Build Status](https://camo.githubusercontent.com/476e9039e7d61409435d4ed6ed468d0ae30e0a5269e05ea4c029557f0f64f46a/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b314c6f572f636f6e74726f6c6c65725f7072656669782e706e673f6272616e63683d322e30)](http://travis-ci.org/k1LoW/controller_prefix)

Background
----------

[](#background)

This custom route class prove controller name prefix route.

ex. /admin/users/edit =&gt; AdminUsersController::edit()

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

[](#installation)

Install 'ControllerPrefix' by [recipe.php](https://github.com/k1LoW/recipe) , and set `CakePlugin::load('ControllerPrefix');`

Usage
-----

[](#usage)

Add the following code in routes.php

```
App::uses('ControllerPrefixRoute', 'ControllerPrefix.Routing/Route');
Router::connect('/admin/:controller/:action/*',
                array('controllerPrefix' => 'admin'), array('routeClass' => 'ControllerPrefixRoute'));

```

License
-------

[](#license)

under MIT Lisence

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4270d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e122a99dc7f41f91d17a191048ef65529fde0b76ebdecc66bea529363b65429b?d=identicon)[k1LoW](/maintainers/k1LoW)

---

Top Contributors

[![k1LoW](https://avatars.githubusercontent.com/u/57114?v=4)](https://github.com/k1LoW "k1LoW (28 commits)")[![longkey1](https://avatars.githubusercontent.com/u/58566?v=4)](https://github.com/longkey1 "longkey1 (1 commits)")

---

Tags

cakephproute

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/k1low-controller-prefix/health.svg)

```
[![Health](https://phpackages.com/badges/k1low-controller-prefix/health.svg)](https://phpackages.com/packages/k1low-controller-prefix)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.8M1](/packages/drupal-recommended-project)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.4k76](/packages/elgg-elgg)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
