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

ActiveLibrary

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

v1.0(6y ago)42901HTML

Since Jun 4Pushed 6y 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 2mo 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 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2537d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66e6179f9886582d1ce10780a9a3b66ff05f8b9dd033386da9c4455a55a7a478?d=identicon)[hdlovefork](/maintainers/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

[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)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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