PHPackages                             zengdongbao/ks3-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zengdongbao/ks3-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zengdongbao/ks3-php
===================

KS3 unofficial sdk for composer

15.2kPHP

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zengdongbao/ks3-php)[ Packagist](https://packagist.org/packages/zengdongbao/ks3-php)[ RSS](/packages/zengdongbao-ks3-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

KS3-SDK for Composer
====================

[](#ks3-sdk-for-composer)

在[KS3官方SDK](https://github.com/ks3sdk/ks3-php-sdk)基础上，添加对Composer的支持

当前使用官方sdk版本：1.2

安装
--

[](#安装)

### Composer

[](#composer)

- `"zengdongbao/ks3-php": "dev-master"`

or

```
composer install zengdongbao/ks3-php

```

使用
--

[](#使用)

### 客户端初始化

[](#客户端初始化)

```
	require './vendor/autoload.php';

	use Zeng\Ks3\Ks3Client;

	$client = Ks3Client::make($ak,$sk,$endpoint);
```

### API

[](#api)

```
	$client->listBuckets();			获取用户的所有bucket列表

	//或者通过静态方法使用
	Ks3Client::listBuckets();
```

详细接口请查看官方文档：[ks3sdk/ks3-php-sdk](https://github.com/ks3sdk/ks3-php-sdk)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/265074?v=4)[zen](/maintainers/zengdongbao)[@zengdongbao](https://github.com/zengdongbao)

---

Top Contributors

[![zengdongbao](https://avatars.githubusercontent.com/u/265074?v=4)](https://github.com/zengdongbao "zengdongbao (3 commits)")

### Embed Badge

![Health badge](/badges/zengdongbao-ks3-php/health.svg)

```
[![Health](https://phpackages.com/badges/zengdongbao-ks3-php/health.svg)](https://phpackages.com/packages/zengdongbao-ks3-php)
```

PHPackages © 2026

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