PHPackages                             zeroibc/large-file-upload - 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. zeroibc/large-file-upload

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

zeroibc/large-file-upload
=========================

An extension of laravel-admin for uploading large files to qiniu

v1.1(6y ago)0731MITJavaScriptPHP &gt;=7.0.0

Since Mar 4Pushed 6y agoCompare

[ Source](https://github.com/zeroibc/large-file-upload)[ Packagist](https://packagist.org/packages/zeroibc/large-file-upload)[ Docs](https://github.com/zeroibc/large-file-upload)[ RSS](/packages/zeroibc-large-file-upload/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

laravel-admin extension
=======================

[](#laravel-admin-extension)

本扩展包是针对[laravel-admin](https://github.com/z-song/laravel-admin)开发的大文件直接上传到七牛的工具， 直接用于Form组件。当前版本为Laravel 5.5。

1,安装：

```
composer require zeroibc/large-file-upload

```

2,发布本扩展包的静态资源：

```
php artisan vendor:publish --tag=large-file-upload

```

3,注册进laravel-admin,在app/Admin/bootstrap.php中添加以下代码：

```
Encore\Admin\Form::extend('largefile', \Zero\LargeFileUpload\LargeFileField::class);

```

6,在控制器中直接调用就可以了：

```
$form->largefile('ColumnName', 'LabelName');

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~156 days

Total

2

Last Release

2473d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zeroibc-large-file-upload/health.svg)

```
[![Health](https://phpackages.com/badges/zeroibc-large-file-upload/health.svg)](https://phpackages.com/packages/zeroibc-large-file-upload)
```

###  Alternatives

[dianwoung/large-file-upload

An extension of laravel-admin for uploading large files

7745.7k2](/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

1215.6k](/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)
