PHPackages                             de-memory/alioss-upload - 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. de-memory/alioss-upload

Abandoned → [https://github.com/de-memory/dcat-media-selector](/?search=https%3A%2F%2Fgithub.com%2Fde-memory%2Fdcat-media-selector)Library[File &amp; Storage](/categories/file-storage)

de-memory/alioss-upload
=======================

扩展laravel-admin的form表单，使其可以使用web直传阿里OSS

0.0.1(5y ago)013MITJavaScriptPHP &gt;=7.0.0

Since Mar 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/de-memory/alioss-upload)[ Packagist](https://packagist.org/packages/de-memory/alioss-upload)[ Docs](https://github.com/de-memory/alioss-upload)[ RSS](/packages/de-memory-alioss-upload/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

alioss-upload extension for laravel-admin
=========================================

[](#alioss-upload-extension--for-laravel-admin)

扩展laravel-admin的表单，实现web直传阿里OSS

安装
--

[](#安装)

```
composer require de-memory/alioss-upload
php artisan vendor:publish --provider=Encore\AliOssUpload\AliOssUploadServiceProvider

```

配置
--

[](#配置)

在config/admin.php文件的extensions，加上属于这个扩展的一些配置

```
'extensions' => [
        'alioss-upload' => [
            'OSS_ACCESS_ID' => '*****',
            'OSS_ACCESS_KEY' => '**************',
            'OSS_ENDPOINT' => 'oss-cn-shanghai.aliyuncs.com',
            'OSS_BUCKET' => '*****',
            'OSS_HOST' => 'http://****.oss-cn-shanghai.aliyuncs.com',
            'OSS_URL' => 'http://***.oss-cn-shanghai.aliyuncs.com' // 自定义域名（CDN）
        ]
    ],
```

使用
--

[](#使用)

在form表单中使用它

```
$form->aliOss('pic', '图片')->attribute('file');  // 单图（默认）
$form->aliOss('pic2', '图片2')->attribute('images'); // 多图
```

说明
--

[](#说明)

不知道什么情况原先的airan/alioss-upload无法使用，为了方便自己发布了一个alioss-upload。 如果侵权请私密我，或者联系我QQ：972985083

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1941d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17423558?v=4)[de-memory](/maintainers/de-memory)[@de-memory](https://github.com/de-memory)

---

Top Contributors

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

---

Tags

extensionlaravel-adminalioss

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/de-memory-alioss-upload/health.svg)

```
[![Health](https://phpackages.com/badges/de-memory-alioss-upload/health.svg)](https://phpackages.com/packages/de-memory-alioss-upload)
```

###  Alternatives

[dianwoung/large-file-upload

An extension of laravel-admin for uploading large files

7747.3k2](/packages/dianwoung-large-file-upload)[catlane/chunk-file-upload

文件上传小扩展，可支持大文件分块分片上传到七牛云or本地，优化您上传大文件的苦恼

284.9k](/packages/catlane-chunk-file-upload)[jxlwqq/file-manager

file manager for laravel-admin

1115.8k](/packages/jxlwqq-file-manager)[laravel-admin-ext/file-browser

A file browser for laravel-admin

153.0k](/packages/laravel-admin-ext-file-browser)

PHPackages © 2026

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