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.

03PHPCI passing

Since Mar 31Pushed 1mo 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 1mo ago

READMEChangelogDependenciesVersions (2)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

21

—

LowBetter than 19% of packages

Maintenance61

Regular maintenance activity

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M96](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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