PHPackages                             zd/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. zd/upload

ActiveLibrary

zd/upload
=========

mutil upload extension

13PHP

Since Oct 18Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

集成多个存储的扩展
=========

[](#集成多个存储的扩展)

> 安装

```
composer require zd/upload
```

> 快速入门

. 阿里云oss

```
// 初始化
$app = \Zd\upload\App::init([
    'app_key' => '阿里云的access_key_id',
    'app_secret' => '阿里云的access_key_secret',
    'endpoint' => '例如： oss-cn-shenzhen.aliyuncs.com',
    'bucket' => '存储的bucket'
]);

// 把网络图片上传到oss
$upload = $app->oss->uploadByUrl('http://domain/xxyy.jpg', 'ossdir/file_name');
```

. 腾讯云cos

```
待续...
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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.

### Community

Maintainers

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

---

Top Contributors

[![espada666](https://avatars.githubusercontent.com/u/37172565?v=4)](https://github.com/espada666 "espada666 (1 commits)")

### Embed Badge

![Health badge](/badges/zd-upload/health.svg)

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

PHPackages © 2026

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