PHPackages                             jsuphp/jdcloud-oss - 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. jsuphp/jdcloud-oss

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

jsuphp/jdcloud-oss
==================

京东对象云存储OSS

1.0.0(5y ago)130MITPHPPHP &gt;=7.0

Since Apr 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jsuphp/jdcloud-oss)[ Packagist](https://packagist.org/packages/jsuphp/jdcloud-oss)[ RSS](/packages/jsuphp-jdcloud-oss/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

京东云存储SDK
========

[](#京东云存储sdk)

安装
--

[](#安装)

```
composer require jsuphp/jdcloud-oss

```

实例化类
----

[](#实例化类)

```
//傻瓜方式
include '../vendor/autoload.php';
//命名空间
use jsuphp\jdcloudOss\Sdk;

$config = [
    'endpoint'       =>  's3.cn-south-1.jdcloud-oss.com',
    'bucket'         =>  '',
    'access_key_id'  =>  '',
    'access_key_secret'  =>  '',
    'domain'         =>  '自定义静态域名',
    'region'         =>  'cn-south-1',
];
$jd = new \jsuphp\jdcloudOss\Sdk($config);
```

上传文件
----

[](#上传文件)

```
$result = $jd->upload('1.jpg','1.jpg');
echo '';
print_r($result);exit;
```

删除文件
----

[](#删除文件)

```
$result = $jd->delete('222.jpg');
print_r($result);exit;
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1849d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83124747?v=4)[湄潭县鸿进网络工作室](/maintainers/jsuphp)[@jsuphp](https://github.com/jsuphp)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jsuphp-jdcloud-oss/health.svg)

```
[![Health](https://phpackages.com/badges/jsuphp-jdcloud-oss/health.svg)](https://phpackages.com/packages/jsuphp-jdcloud-oss)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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