PHPackages                             peteryang/big-file - 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. peteryang/big-file

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

peteryang/big-file
==================

upload big file

1.3.0(8y ago)1202MITPHP

Since Dec 29Pushed 8y agoCompare

[ Source](https://github.com/PeterYangs/bigFile)[ Packagist](https://packagist.org/packages/peteryang/big-file)[ RSS](/packages/peteryang-big-file/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (11)Used By (0)

bigFile
=======

[](#bigfile)

**大文件分割拼接上传功能**

**例子：**

html

```

    Title

        function upload() {
       $("#file").bigFile({
           url:"xhr.php",
           callback:function (re) {  console.log(re); },
           percent:function (re) {  console.log(re); }
       });
        }

```

---

```
php

        require "autoload.php"

        $up=new \bigFile\upload\Upload("./temp","./upload",$_POST['blob_num'],$_POST['total_blob_num'],$_POST['file_name'],12);

        $up->apiReturn();

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Total

9

Last Release

3098d ago

### Community

Maintainers

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

---

Top Contributors

[![PeterYangs](https://avatars.githubusercontent.com/u/24969778?v=4)](https://github.com/PeterYangs "PeterYangs (21 commits)")

### Embed Badge

![Health badge](/badges/peteryang-big-file/health.svg)

```
[![Health](https://phpackages.com/badges/peteryang-big-file/health.svg)](https://phpackages.com/packages/peteryang-big-file)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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