PHPackages                             cbxtechcorp/lumen-api-routes-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. [HTTP &amp; Networking](/categories/http)
4. /
5. cbxtechcorp/lumen-api-routes-list

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cbxtechcorp/lumen-api-routes-list
=================================

Display the route list of dingo api configuration

v1.1.0(6y ago)26561MITPHPPHP &gt;=7.2

Since Apr 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marco-gallegos/lumen-api-route-list)[ Packagist](https://packagist.org/packages/cbxtechcorp/lumen-api-routes-list)[ RSS](/packages/cbxtechcorp-lumen-api-routes-list/feed)WikiDiscussions master Synced 2mo ago

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

Lumen API Route List
====================

[](#lumen-api-route-list)

Provee el comando api:routes de laravel en lumen

Instalation
-----------

[](#instalation)

How to add this comand to your lumen project

### Add Dependency

[](#add-dependency)

Add the dependency as dev for deployment optimization.

```
composer require CbxTechCorp/lumen-api-routes-list --dev
```

### Enable The Command

[](#enable-the-command)

Add this lines to bootstrap/app.php to load the command.

```
//list api routes
if (class_exists(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class)) {
    $app->register(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class);
};
```

### Check the Result

[](#check-the-result)

```
php artisan api:routes
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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 ~85 days

Total

3

Last Release

2409d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

v1.1.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![marco-gallegos](https://avatars.githubusercontent.com/u/6290032?v=4)](https://github.com/marco-gallegos "marco-gallegos (9 commits)")

---

Tags

apidingo-apiroute-listrestlumenroute listMicroserviceDingo API

### Embed Badge

![Health badge](/badges/cbxtechcorp-lumen-api-routes-list/health.svg)

```
[![Health](https://phpackages.com/badges/cbxtechcorp-lumen-api-routes-list/health.svg)](https://phpackages.com/packages/cbxtechcorp-lumen-api-routes-list)
```

###  Alternatives

[wn/lumen-generators

A collection of generators for Lumen and Laravel 5.

350205.3k2](/packages/wn-lumen-generators)[artesaos/laravel-linkedin

Linkedin API integration for Laravel and Lumen 5

5666.5k](/packages/artesaos-laravel-linkedin)[megaads/apify

A pretty library to help developers build RESTful APIs lightly, quickly and properly even without writing code

151.7k](/packages/megaads-apify)[rap2hpoutre/jacky

Opinionated REST JSON HTTP API client for laravel

174.4k](/packages/rap2hpoutre-jacky)

PHPackages © 2026

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