PHPackages                             cheungq/luya-aliyun-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. cheungq/luya-aliyun-oss

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

cheungq/luya-aliyun-oss
=======================

0.1.1(7y ago)017MITPHP

Since Jan 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/CheungQ/luya-aliyun-oss)[ Packagist](https://packagist.org/packages/cheungq/luya-aliyun-oss)[ RSS](/packages/cheungq-luya-aliyun-oss/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

LUYA Aliyun OSS
===============

[](#luya-aliyun-oss)

Aliyun OSS for LUYA

Installation
------------

[](#installation)

执行composer，或者修改composer.json

```
composer require cheungq/luya-aliyun-oss:~0.1.0
```

composer.json

```
"require": {
        "cheungq/luya-aliyun-oss": "~0.1.0"
    },
```

### Configuration

[](#configuration)

修改env-local.php 添加相应的配置

```
'components' => [
   'storage' => [
       'class' => 'luya\aliyun\AliyunOSS',
       'accessKeyId' => 'xxxxx', // 阿里云OSS AccessKeyID
       'accessKeySecret' => 'xxxx', // 阿里云OSS AccessKeySecret
       'bucket' => 'xxx', // 阿里云的bucket空间
       'domain' => 'xxx', // 自己解析的域名，如果没有可填endPoint带http或者https
       'pathPrefix' => 'xxx', // 文件夹名称
       'endPoint' => 'xxx', //endPoint  如oss-cn-hangzhou.aliyuncs.com
   ]
]
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

2687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1786168198e77d0682f4eeb2974ddaa4db63e9d3081ba6f5f2e8704fc15315?d=identicon)[CheungQ](/maintainers/CheungQ)

---

Top Contributors

[![CheungQ](https://avatars.githubusercontent.com/u/1686828?v=4)](https://github.com/CheungQ "CheungQ (10 commits)")

### Embed Badge

![Health badge](/badges/cheungq-luya-aliyun-oss/health.svg)

```
[![Health](https://phpackages.com/badges/cheungq-luya-aliyun-oss/health.svg)](https://phpackages.com/packages/cheungq-luya-aliyun-oss)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[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)

PHPackages © 2026

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