PHPackages                             themismin/laravel-admin-ext-cos - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. themismin/laravel-admin-ext-cos

ActiveLibrary[File &amp; Storage](/categories/file-storage)

themismin/laravel-admin-ext-cos
===============================

简单的大文件分片直传腾讯云 COS 的 laravel-admin 扩展

v1.0.1(3w ago)018MITPHPPHP &gt;=7.0.0

Since May 16Pushed 3w agoCompare

[ Source](https://github.com/themismin/laravel-admin-ext-cos)[ Packagist](https://packagist.org/packages/themismin/laravel-admin-ext-cos)[ Docs](https://github.com/themismin/laravel-admin-ext-cos)[ RSS](/packages/themismin-laravel-admin-ext-cos/feed)WikiDiscussions master Synced 1w ago

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

laravel-admin-ext-cos
=====================

[](#laravel-admin-ext-cos)

一个用于 `laravel-admin` 的腾讯云 COS 大文件分片直传扩展。

仓库地址
----

[](#仓库地址)

- GitHub:

安装
--

[](#安装)

```
composer require themismin/laravel-admin-ext-cos
```

发布静态资源
------

[](#发布静态资源)

```
php artisan vendor:publish --provider="ThemisMin\\LaravelAdminExtCos\\CosJsUploadServiceProvider"
```

注册扩展
----

[](#注册扩展)

在 `app/Admin/bootstrap.php` 中加入：

```
Encore\Admin\Form::extend('cosupload', \ThemisMin\LaravelAdminExtCos\CosJsUploadField::class);
```

使用方式
----

[](#使用方式)

```
$form->cosupload('cover', '封面');
$form->cosupload('video', '视频');
```

环境变量
----

[](#环境变量)

请在 `.env` 中配置：

```
QCLOUD_COS_SECRET_ID=
QCLOUD_COS_SECRET_KEY=
QCLOUD_COS_DEFAULT_BUCKET=
QCLOUD_COS_REGION=
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance95

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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 ~0 days

Total

2

Last Release

24d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c800de9c17265b0c85ee3c8e2be6f196b2dfb0c0a5692f5d7ca9e8ee6064df2?d=identicon)[themismin](/maintainers/themismin)

---

Top Contributors

[![guapikeji](https://avatars.githubusercontent.com/u/181543470?v=4)](https://github.com/guapikeji "guapikeji (2 commits)")

---

Tags

laravelextensionlaravel-admincos

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/themismin-laravel-admin-ext-cos/health.svg)

```
[![Health](https://phpackages.com/badges/themismin-laravel-admin-ext-cos/health.svg)](https://phpackages.com/packages/themismin-laravel-admin-ext-cos)
```

###  Alternatives

[dianwoung/large-file-upload

An extension of laravel-admin for uploading large files

7747.3k2](/packages/dianwoung-large-file-upload)[catlane/chunk-file-upload

文件上传小扩展，可支持大文件分块分片上传到七牛云or本地，优化您上传大文件的苦恼

284.9k](/packages/catlane-chunk-file-upload)[jxlwqq/file-manager

file manager for laravel-admin

1115.8k](/packages/jxlwqq-file-manager)[laravel-admin-ext/file-browser

A file browser for laravel-admin

153.0k](/packages/laravel-admin-ext-file-browser)

PHPackages © 2026

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