PHPackages                             yunify/qingstor-sdk - 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. yunify/qingstor-sdk

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

yunify/qingstor-sdk
===================

The official QingStor SDK for the PHP programming language.

v2.2.6(7y ago)61.6k6[1 issues](https://github.com/yunify/qingstor-sdk-php/issues)2Apache-2.0PHP

Since Dec 3Pushed 2y ago4 watchersCompare

[ Source](https://github.com/yunify/qingstor-sdk-php)[ Packagist](https://packagist.org/packages/yunify/qingstor-sdk)[ Docs](https://www.qingstor.com)[ RSS](/packages/yunify-qingstor-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (7)Versions (20)Used By (2)

QingStor SDK for PHP
====================

[](#qingstor-sdk-for-php)

[![https://travis-ci.org/yunify/qingstor-sdk-php](https://camo.githubusercontent.com/e32273622c8b0c05db8a572e7a8e1729d23bd98971390b1d96e8d3af139e8cea/68747470733a2f2f7472617669732d63692e6f72672f79756e6966792f71696e6773746f722d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/e32273622c8b0c05db8a572e7a8e1729d23bd98971390b1d96e8d3af139e8cea/68747470733a2f2f7472617669732d63692e6f72672f79756e6966792f71696e6773746f722d73646b2d7068702e7376673f6272616e63683d6d6173746572)[![https://docsv4.qingcloud.com/user_guide/storage/object_storage/](https://camo.githubusercontent.com/2dc9a20c9869652d7cf7cd6258a25dbfa951d671bb3f7b0752cb1bfc10d1112d/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6170692d7265666572656e63652d677265656e2e737667)](https://camo.githubusercontent.com/2dc9a20c9869652d7cf7cd6258a25dbfa951d671bb3f7b0752cb1bfc10d1112d/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6170692d7265666572656e63652d677265656e2e737667)[![https://github.com/yunify/qingstor-sdk-php/blob/master/LICENSE](https://camo.githubusercontent.com/a097234d762e124973454b91e09ca053c0c1df37c822030257f5d289dba9cb44/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d61706163686525323076322d626c75652e737667)](https://camo.githubusercontent.com/a097234d762e124973454b91e09ca053c0c1df37c822030257f5d289dba9cb44/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d61706163686525323076322d626c75652e737667)

The official QingStor SDK for the PHP programming language.

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

Refer to the [Installation Guide](docs/installation.md), and have this SDK installed.

### Preparation

[](#preparation)

Before your start, please go to [QingCloud Console](https://console.qingcloud.com/access_keys/) to create a pair of QingCloud API AccessKey.

*API AccessKey Example:*

```
access_key_id: 'ACCESS_KEY_ID_EXAMPLE'
secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'
```

### Usage

[](#usage)

Now you are ready to code. You can read the detailed guides in the list below to have a clear understanding or just take the quick start code example. Checkout our [releases](https://github.com/yunify/qingstor-sdk-php/releases) and [change logs](CHANGELOG.md) for information about the latest features, bug fixes and new ideas.

- [Configuration Guide](docs/configuration.md)
- [QingStor Service Usage Guide](docs/qingstor_service_usage.md)

*Quick Start Code Example:*

```
use QingStor\SDK\Service\QingStor;
use QingStor\SDK\Config;

$config = new Config('ACCESS_KEY_ID_EXAMPLE','SECRET_ACCESS_KEY_EXAMPLE');
$service = new QingStor($config);
$bucket = $service->Bucket('test_bucket', 'pek3a');
$res = $bucket->listObjects();
var_dump($res->keys);
```

Reference Documentations
------------------------

[](#reference-documentations)

- [QingStor Documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/)
- [QingStor Guide](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)
- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/)

Contributing
------------

[](#contributing)

Please see [Contributing Guidelines](docs/contributing.md) of this project before submitting patches.

LICENSE
-------

[](#license)

The Apache License (Version 2.0, January 2004).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 91.1% 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 ~41 days

Recently: every ~152 days

Total

18

Last Release

2743d ago

### Community

Maintainers

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

---

Top Contributors

[![Xuanwo](https://avatars.githubusercontent.com/u/5351546?v=4)](https://github.com/Xuanwo "Xuanwo (112 commits)")[![zhaohuxing](https://avatars.githubusercontent.com/u/18672896?v=4)](https://github.com/zhaohuxing "zhaohuxing (5 commits)")[![wangmq0719](https://avatars.githubusercontent.com/u/22171936?v=4)](https://github.com/wangmq0719 "wangmq0719 (3 commits)")[![yu31](https://avatars.githubusercontent.com/u/11732527?v=4)](https://github.com/yu31 "yu31 (1 commits)")[![yuebin1009](https://avatars.githubusercontent.com/u/7886319?v=4)](https://github.com/yuebin1009 "yuebin1009 (1 commits)")[![zlink](https://avatars.githubusercontent.com/u/6917126?v=4)](https://github.com/zlink "zlink (1 commits)")

---

Tags

phpqingstor-sdksdkobject-storageqingcloudyunifyqingstor

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/yunify-qingstor-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/yunify-qingstor-sdk/health.svg)](https://phpackages.com/packages/yunify-qingstor-sdk)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[corley/influxdb-sdk

Send your app metrics to InfluxDB

84296.5k2](/packages/corley-influxdb-sdk)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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