PHPackages                             webuilder240/cake-console-routes - 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. [CLI &amp; Console](/categories/cli)
4. /
5. webuilder240/cake-console-routes

ActiveCakephp-plugin[CLI &amp; Console](/categories/cli)

webuilder240/cake-console-routes
================================

CakeConsoleRoutes is like a \[rake routes\] command for CakePHP3

0.0.3(10y ago)179PHPPHP &gt;=5.4.16

Since Jul 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/webuilder240/cake-console-routes)[ Packagist](https://packagist.org/packages/webuilder240/cake-console-routes)[ RSS](/packages/webuilder240-cake-console-routes/feed)WikiDiscussions master Synced today

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

CakeConsoleRoutes plugin for CakePHP
====================================

[](#cakeconsoleroutes-plugin-for-cakephp)

CakeConsoleRoutes is like a "rake routes" command for CakePHP3

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require webuilder240/cake-console-routes --dev
```

Configuration
-------------

[](#configuration)

Set the CakeConsoleRoutes in bootstrap\_cli.php

config/bootstrap\_cli.php

```
	if (Configure::read('debug')) {
		Plugin::load('CakeConsoleRoutes');
	}
```

Usage
-----

[](#usage)

```
bin/cake routes
```

Example
-------

[](#example)

```
Airnick:cake3-controller-test-sample nick$ bin/cake routes
         Method  URI Pattern           Controller/Action     extensions
            GET  /                     Pages/display         none
            GET  /api/v1/posts         Posts/index           json,xml
           POST  /api/v1/posts         Posts/add             json,xml
            GET  /api/v1/posts/:id     Posts/view            json,xml
      PUT,PATCH  /api/v1/posts/:id     Posts/edit            json,xml
         DELETE  /api/v1/posts/:id     Posts/delete          json,xml
```

Todo
----

[](#todo)

- remove config/routes.php
- check route extensions
- check Plugin Routes

About this plugin infomation (Japanese)
---------------------------------------

[](#about-this-plugin-infomation-japanese)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3

Last Release

4001d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f3506aab02a593bcd154e8bafd1381781ae3c7f795a3fe29e55c80d8d0ef00b?d=identicon)[oh240](/maintainers/oh240)

---

Top Contributors

[![webuilder240](https://avatars.githubusercontent.com/u/4527382?v=4)](https://github.com/webuilder240 "webuilder240 (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webuilder240-cake-console-routes/health.svg)

```
[![Health](https://phpackages.com/badges/webuilder240-cake-console-routes/health.svg)](https://phpackages.com/packages/webuilder240-cake-console-routes)
```

###  Alternatives

[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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