PHPackages                             explore-pu/lumen-tool - 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. [Framework](/categories/framework)
4. /
5. explore-pu/lumen-tool

ActiveLibrary[Framework](/categories/framework)

explore-pu/lumen-tool
=====================

Use Form-request, Cross-domain, key:generate, storage:link in the Lumen framework

v1.0.1(1y ago)04MITPHPPHP &gt;=8.0

Since Jan 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/explore-pu/lumen-tool)[ Packagist](https://packagist.org/packages/explore-pu/lumen-tool)[ Docs](https://github.com/explore-pu/lumen-tool)[ RSS](/packages/explore-pu-lumen-tool/feed)WikiDiscussions main Synced 1mo ago

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

安装
--

[](#安装)

```
composer require explore-pu/lumen-tool

```

配置
--

[](#配置)

- 在 `bootstrap/app.php` 中注册service provider

```
$app->register(LumenTool\LumenToolServiceProvider::class);
```

- 发布配置文件

```
php artisan publish:tool
```

- 同时在bootstrap/app.php加载此文件

```
$app->configure('tool');
```

命令
--

[](#命令)

```
# 生成form-request
php artisan make:request {className}
# 生成密钥
php artisan key:generate
# 创建存储软连接
php artisan storage:link
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance41

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

496d ago

### Community

Maintainers

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

---

Top Contributors

[![explore-pu](https://avatars.githubusercontent.com/u/36793767?v=4)](https://github.com/explore-pu "explore-pu (1 commits)")

---

Tags

lumencross-domainform-request

### Embed Badge

![Health badge](/badges/explore-pu-lumen-tool/health.svg)

```
[![Health](https://phpackages.com/badges/explore-pu-lumen-tool/health.svg)](https://phpackages.com/packages/explore-pu-lumen-tool)
```

PHPackages © 2026

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