PHPackages                             yiche/zip-client - 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. yiche/zip-client

ActiveLibrary

yiche/zip-client
================

2.0.0(6y ago)02PHPPHP &gt;=7.2.0

Since Aug 15Pushed 6y ago3 watchersCompare

[ Source](https://github.com/saasyc-inc/zip-client)[ Packagist](https://packagist.org/packages/yiche/zip-client)[ RSS](/packages/yiche-zip-client/feed)WikiDiscussions master Synced today

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

##### 打包下载写的客户端

[](#打包下载写的客户端)

```
执行    php artisan vendor:publish

```

##### 调用示例

[](#调用示例)

```
    提供两个方法

```

##### 创建下载任务

[](#创建下载任务)

```

        $path = '/age';

        $urls = [
            'https://yiche-static.oss-cn-hangzhou.aliyuncs.com/yiche/uploads/image/20190814/bba450c87f32fbb711be606090df97bd.jpg',
        ];

        $jobs  = [
            'task' => [
                [
                    'path'  => $path,
                    'files' => $urls,
                ],
            ],
        ];
        $token = self::TOKEN;

        $task_id = ZipClient::download($token, $jobs);  //返回　下载任务id

        $this->assertTrue(is_int($task_id));

```

##### 返回任务生成的地址

[](#返回任务生成的地址)

```

         $token = self::TOKEN;

         $url = ZipClient::get_generated_url($token, $task_id); // 返回 下载完成后生成的地址　或者　空字符串

         $this->assertTrue(is_string($url));

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2459d ago

Major Versions

1.0.0 → 2.0.02019-08-15

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/yiche-zip-client/health.svg)

```
[![Health](https://phpackages.com/badges/yiche-zip-client/health.svg)](https://phpackages.com/packages/yiche-zip-client)
```

PHPackages © 2026

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