PHPackages                             dean/laravel-api-doc - 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. dean/laravel-api-doc

ActiveLibrary[API Development](/categories/api)

dean/laravel-api-doc
====================

v1.0(7y ago)42901HTML

Since Jun 4Pushed 7y agoCompare

[ Source](https://github.com/hdlovefork/api-doc)[ Packagist](https://packagist.org/packages/dean/laravel-api-doc)[ RSS](/packages/dean-laravel-api-doc/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

laravel-api-doc
===============

[](#laravel-api-doc)

在Laravel中使用Markdown语法轻松编写API文档

[![示例](https://camo.githubusercontent.com/4e78351b9f25802eaab3cce8007d91c91bc068caa38a14a96ca286ebdcb31a00/68747470733a2f2f68646c6f7665666f726b2e6769746875622e696f2f6170692d646f632f696d616765732f64656d6f312e676966)](https://camo.githubusercontent.com/4e78351b9f25802eaab3cce8007d91c91bc068caa38a14a96ca286ebdcb31a00/68747470733a2f2f68646c6f7665666f726b2e6769746875622e696f2f6170692d646f632f696d616765732f64656d6f312e676966)

### 安装

[](#安装)

```
composer require dean/api-doc
php artisan vendor:publish --tag=dean-apidoc

```

### 开始

[](#开始)

`http://your-domain.com/doc`

**注：当`APP_ENV`环境变量设为`local`，`dev`时才能访问该路由**

### 配置

[](#配置)

`storage/doc/config.json`

```
[
  {
    "path": "shop",
    "name": "商城",
    "children": [
      {
        "path": "product",
        "name": "商品模块"
      }
    ]
  },
 ...
]
```

它将会搜索/storage/doc/shop/product目录下的所有.md后缀文件，并以`商城->商品模块`的层级结构显示在左侧列表中。

### License

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

2629d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7336084?v=4)[hdlovefork](/maintainers/hdlovefork)[@hdlovefork](https://github.com/hdlovefork)

---

Top Contributors

[![hdlovefork](https://avatars.githubusercontent.com/u/7336084?v=4)](https://github.com/hdlovefork "hdlovefork (5 commits)")

### Embed Badge

![Health badge](/badges/dean-laravel-api-doc/health.svg)

```
[![Health](https://phpackages.com/badges/dean-laravel-api-doc/health.svg)](https://phpackages.com/packages/dean-laravel-api-doc)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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