PHPackages                             joeri-abbo/laravel-api-markdown-tree - 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. [API Development](/categories/api)
4. /
5. joeri-abbo/laravel-api-markdown-tree

ActiveLibrary[API Development](/categories/api)

joeri-abbo/laravel-api-markdown-tree
====================================

A Laravel package to generate a tree view of API routes in Markdown format.

03[1 PRs](https://github.com/Joeri-Abbo/laravel-api-markdown-tree/pulls)PHPCI passing

Since Mar 31Pushed 2w ago1 watchersCompare

[ Source](https://github.com/Joeri-Abbo/laravel-api-markdown-tree)[ Packagist](https://packagist.org/packages/joeri-abbo/laravel-api-markdown-tree)[ RSS](/packages/joeri-abbo-laravel-api-markdown-tree/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel API Markdown Tree
=========================

[](#laravel-api-markdown-tree)

Laravel API Markdown Tree is a package for generating API documentation in a tree view Markdown format based on your Laravel application's routes.

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

[](#installation)

To install the package as a development dependency, follow these steps:

1. Add the package repository to your Laravel project's `composer.json` file:

```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/JoeriAbbo/laravel-api-markdown-tree.git"
}
],
```

Make sure to replace the URL with the URL of your Git repository.

2. Require the package in your Laravel project as a development dependency:

```
   composer require --dev joeriabbo/laravel-api-markdown-tree: dev-master
```

3. If you're using Laravel 5.4 or earlier, register the service provider in your config/app.php file:

```
'providers' => [
    // ...
    JoeriAbbo\LaravelApiMarkdownTree\LaravelApiMarkdownTreeServiceProvider::class,
],
```

For Laravel 5.5 or later, the service provider will be auto-discovered.

Usage
-----

[](#usage)

To generate API documentation, run the following command in your Laravel project's root directory:

```
php artisan apidocs:generate
```

By default, this command will create a `api_docs.md` file in your Laravel project root directory with the tree view of the API routes in Markdown format. You can specify a custom output file by passing it as an argument, like this:

```
php artisan apidocs:generate custom_output.md
```

License This package is open-source software licensed under the MIT license.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance63

Regular maintenance activity

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/427c4f49eaac3ae3cee8fa4df53cd68b116df8894d933120a6d67d2dc183d791?d=identicon)[Joeri-Abbo](/maintainers/Joeri-Abbo)

---

Top Contributors

[![Joeri-Abbo](https://avatars.githubusercontent.com/u/34270045?v=4)](https://github.com/Joeri-Abbo "Joeri-Abbo (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

### Embed Badge

![Health badge](/badges/joeri-abbo-laravel-api-markdown-tree/health.svg)

```
[![Health](https://phpackages.com/badges/joeri-abbo-laravel-api-markdown-tree/health.svg)](https://phpackages.com/packages/joeri-abbo-laravel-api-markdown-tree)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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