PHPackages                             thicha0/laravel-documentation-commands - 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. thicha0/laravel-documentation-commands

ActiveLibrary

thicha0/laravel-documentation-commands
======================================

A command to generate a documentation of commands of your project

1.0.3(1y ago)1653MITBladePHP ^8.0CI failing

Since Mar 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thicha0/laravel-documentation-commands)[ Packagist](https://packagist.org/packages/thicha0/laravel-documentation-commands)[ RSS](/packages/thicha0-laravel-documentation-commands/feed)WikiDiscussions main Synced 1mo ago

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

laravel-documentation-commands
==============================

[](#laravel-documentation-commands)

This package adds a laravel command that allows you to generate a HTML file that lists all your commands.

How to use ?
------------

[](#how-to-use-)

```
composer require thicha0/laravel-documentation-commands

```

Add the ServiceProvider to your `config/app.php`

```
'providers' => [
  ...
      Thicha0\LaravelDocumentationCommands\LaravelDocumentationCommandsServiceProvider::class,
  ...
]

```

The new command `php artisan generate:documentation-commands` should appear in the `php artisan list` command.

When launching the command, the HTML file will be generated to `public/documentation-commands.html`.

Features
--------

[](#features)

- Show signature and description of command
- Group commands by directory
- Ignores abstract commands
- Show if command is called a cron in Laravel Scheduler

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

552d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/thicha0-laravel-documentation-commands/health.svg)

```
[![Health](https://phpackages.com/badges/thicha0-laravel-documentation-commands/health.svg)](https://phpackages.com/packages/thicha0-laravel-documentation-commands)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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