PHPackages                             valencio/laravel-kit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. valencio/laravel-kit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

valencio/laravel-kit
====================

My personal toolkit for Laravel 12.

2.0.21(2mo ago)080↓100%MITPHPPHP ^8.4

Since Aug 6Pushed 2mo agoCompare

[ Source](https://github.com/AiKangLin-lab/valencio-laravel-kit)[ Packagist](https://packagist.org/packages/valencio/laravel-kit)[ RSS](/packages/valencio-laravel-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (26)Used By (0)

Valencio Laravel Kit
====================

[](#valencio-laravel-kit)

一个高扩展性、可插拔的 Laravel 辅助开发包，支持多模块（如上传、XX模块等），适合自用或团队协作。

安装
--

[](#安装)

```
composer require valenciokang/laravel-kit-upload
```

发布配置和语言包
--------

[](#发布配置和语言包)

> 本包支持按模块选择性发布配置文件，语言包一次性全部发布。

### 发布上传模块配置

[](#发布上传模块配置)

```
php artisan vendor:publish --tag=kit-upload-config
```

### 发布 XX 模块配置（如有新增模块）

[](#发布-xx-模块配置如有新增模块)

```
php artisan vendor:publish --tag=kit-xx-config
```

### 发布所有语言包

[](#发布所有语言包)

```
php artisan vendor:publish --tag=kit-lang
```

### 一次性发布所有资源

[](#一次性发布所有资源)

```
php artisan vendor:publish --provider="Valencio\LaravelKit\Providers\KitServiceProvider"
```

配置说明
----

[](#配置说明)

- 所有配置文件位于 `config/kit/` 目录下（如 `upload.php`、`xx.php`）。
- 只需发布你需要的模块配置即可。
- 语言包位于 `resources/lang/vendor/kit/`，支持多语言。

用法示例（以上传为例）
-----------

[](#用法示例以上传为例)

```
use Valencio\LaravelKit\Upload\UploadManager;

// 依赖注入或 app() 获取
$manager = app(UploadManager::class);

// 上传文件（自动命名）
$path = $manager->store($request->file('file'));

// 上传文件（自定义文件名）
$path = $manager->store($request->file('file'), null, 'default', 'myfile.jpg');
```

扩展模块
----

[](#扩展模块)

- 新增模块时，添加对应的配置文件和 publishes 行即可。
- 实现自己的功能类，按需注册到 ServiceProvider。

其他说明
----

[](#其他说明)

- 遵循 PSR-4 自动加载规范
- 适合自用或团队内部 Composer 包管理

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance83

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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

Every ~8 days

Total

25

Last Release

87d ago

Major Versions

1.1.083 → 2.02026-01-10

PHP version history (2 changes)1.0.0PHP ^8.2

1.0.3PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/293adb402b352f58195ebd3613da338a98aa8ad689adb0faf2d3252b13667668?d=identicon)[AiKangLin-lab](/maintainers/AiKangLin-lab)

---

Top Contributors

[![AiKangLin-lab](https://avatars.githubusercontent.com/u/56791864?v=4)](https://github.com/AiKangLin-lab "AiKangLin-lab (9 commits)")

### Embed Badge

![Health badge](/badges/valencio-laravel-kit/health.svg)

```
[![Health](https://phpackages.com/badges/valencio-laravel-kit/health.svg)](https://phpackages.com/packages/valencio-laravel-kit)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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