PHPackages                             maplesnow/laravel2eolinker - 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. maplesnow/laravel2eolinker

ActiveLibrary[API Development](/categories/api)

maplesnow/laravel2eolinker
==========================

Generate eolinker documentation when the laravel api requests

v1.0.0(7y ago)08MITPHPPHP &gt;=7.0.0

Since Mar 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/summerway/laravel2eolinker)[ Packagist](https://packagist.org/packages/maplesnow/laravel2eolinker)[ RSS](/packages/maplesnow-laravel2eolinker/feed)WikiDiscussions master Synced 2w ago

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

介绍
==

[](#介绍)

请求[laravel](https://laravel.com/)api接口时，会在`storage/docs`目录下生成[eolinker](https://www.eolinker.com/)文档`json文件`,可直接在**eolinker**中导入。

安装
==

[](#安装)

1. 利用composer安装工具

    ```
    composer require maplesnow/laravel2eolinker
    ```
2. 更新composer后，将服务注册到 `config/app.php` 中的`providers`数组中

    ```
    \MapleSnow\EolinkerDoc\ServiceProvider::class
    ```

    **Laravel 5.5** 有了依赖自动发现功能, 所有不需要再注册`ServiceProvider`.

分组中间件
=====

[](#分组中间件)

将中间件注册到`app/Http/Kernel.php`

```
protected $middlewareGroups = [
    'web' => [
       // ...
    ],

    'api' => [
        // ...
        \MapleSnow\EolinkerDoc\HandleRequest::class
    ],
];
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2663d ago

### Community

Maintainers

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

---

Top Contributors

[![summerway](https://avatars.githubusercontent.com/u/5858441?v=4)](https://github.com/summerway "summerway (1 commits)")

---

Tags

laraveldoceolinker

### Embed Badge

![Health badge](/badges/maplesnow-laravel2eolinker/health.svg)

```
[![Health](https://phpackages.com/badges/maplesnow-laravel2eolinker/health.svg)](https://phpackages.com/packages/maplesnow-laravel2eolinker)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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