PHPackages                             simcu/speedycloud-storage - 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. simcu/speedycloud-storage

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

simcu/speedycloud-storage
=========================

Speedycloud Object Storage sdks for php

1.0(10y ago)1141BSDPHPPHP &gt;=5.4

Since Nov 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/simcu/speedycloud-storage-php)[ Packagist](https://packagist.org/packages/simcu/speedycloud-storage)[ Docs](http://www.speedycloud.cn)[ RSS](/packages/simcu-speedycloud-storage/feed)WikiDiscussions master Synced 1mo ago

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

\#Speedycloud-storage sdk

> \####support composer： composer require "simcu/speedycloud-storage" "1.0"

\####1. how to use

```
use Speedycloud\Storage\Actor;

```

\####2. init action

```
$scs = new Actor;
$scs->init('access_key','secret_key','bucket');

```

\####3. Get all files in bucket (return array)

```
$scs->getObjects()

```

\####4. create new object (return boolean)

```
$scs->newObject($remote, $content)

```

\####5. set object acl (return boolean)

```
$acl = 'public-read'
$scs->aclObject($name,$acl)

```

\####6. delete the object (return boolean)

```
$scs->delObject($name)

```

\####7. get the object (return string of the content)

```
$scs->getObject($name)

```

\####8. used with laravel

```
use Speedycloud\Storage\FlysystemAdapter;

```

```
Storage::extend('speedycloud',function($app,$config){ 
    $client = new FlysystemAdapter($config['accessKey'],$config['secretKey'],$config['bucket']); 
    return new Filesystem($client); 
});

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3849d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e2ebcc9115ca5a4c6eb616b85dd40a583c536ea3c0603f4533321d11cc418d0?d=identicon)[xrain0610](/maintainers/xrain0610)

---

Top Contributors

[![xrain0610](https://avatars.githubusercontent.com/u/11401602?v=4)](https://github.com/xrain0610 "xrain0610 (2 commits)")

---

Tags

sdkcloudstoragespeedycloud

### Embed Badge

![Health badge](/badges/simcu-speedycloud-storage/health.svg)

```
[![Health](https://phpackages.com/badges/simcu-speedycloud-storage/health.svg)](https://phpackages.com/packages/simcu-speedycloud-storage)
```

###  Alternatives

[qiniu/php-sdk

Qiniu Resource (Cloud) Storage SDK for PHP

8483.0M240](/packages/qiniu-php-sdk)[zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

530394.0k14](/packages/zgldh-qiniu-laravel-storage)[itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

7015.2k](/packages/itbdw-laravel-storage-qiniu)

PHPackages © 2026

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