PHPackages                             ppw/oss\_sdk\_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. ppw/oss\_sdk\_php

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

ppw/oss\_sdk\_php
=================

Ali oss\_sdk

00PHP

Since May 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/823688826/ali-oss-sdk)[ Packagist](https://packagist.org/packages/ppw/oss_sdk_php)[ RSS](/packages/ppw-oss-sdk-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ali-oss-sdk
===========

[](#ali-oss-sdk)

```
$stor = Storage::disk("images");
$filePath = "parking/".Str::random(42).".jpg";
$file = fopen("http://192.168.2.167/ftpdir/pic/Recognize/20200409/192.168.2.168_2020040915453200000_0502.jpg","r");
$filePath = $stor->put($filePath, $file);

```

在config/filesystems.php中设置链接信息

```
'images'=>[
    'driver' => 'alioss',
    'key' => "key",
    "secret" => "secret",
    "endpoint" => "endpoint",
    "isCName" => false,
    "securityToken" => NULL,
    "requestProxy" => NULL,
    "bucket" => "bucket"
]

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/01923c5d7a30624cdda9499586ccbdf4362f301091a813a0005e7aae829dc8bc?d=identicon)[823688826](/maintainers/823688826)

---

Top Contributors

[![wkk778](https://avatars.githubusercontent.com/u/26970055?v=4)](https://github.com/wkk778 "wkk778 (5 commits)")

### Embed Badge

![Health badge](/badges/ppw-oss-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/ppw-oss-sdk-php/health.svg)](https://phpackages.com/packages/ppw-oss-sdk-php)
```

###  Alternatives

[abbotton/ios-png-parser

A PHP-based tool for parsing IOS application icons in IPA files

2015.4k1](/packages/abbotton-ios-png-parser)[daodao97/hyperf-watch

hyperf develop hot reload

226.6k2](/packages/daodao97-hyperf-watch)[headsnet/money-bundle

Integrates moneyphp/money into your Symfony application

1116.2k](/packages/headsnet-money-bundle)

PHPackages © 2026

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