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 1mo ago

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 37% 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

3955d 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

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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