PHPackages                             link1st/laravel-ks3 - 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. link1st/laravel-ks3

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

link1st/laravel-ks3
===================

金山云存储

21181PHP

Since Jan 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/link1st/laravel-ks3)[ Packagist](https://packagist.org/packages/link1st/laravel-ks3)[ RSS](/packages/link1st-laravel-ks3/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-sk3
===========

[](#laravel-sk3)

金山云存储

安装
--

[](#安装)

加载包

`"link1st/laravel-ks3": "dev-master"`

或

`composer require link1st/laravel-ks3`

在配置文件中添加 **config/app.php**

```
    'providers' => [
        /**
         * 添加供应商
         */
        link1st\Ks3\Ks3ServiceProvider::class,
    ],
    'aliases' => [
         /**
          * 添加别名
          */
        'Ks3' => link1st\Ks3\Facades\Ks3::class,
    ],
```

生成配置文件

`php artisan vendor:publish`

设置金山云的参数 **config/ks3.php**

使用
--

[](#使用)

---

### 上传图片 获取图片url 失败返回false

[](#上传图片-获取图片url-失败返回false)

- `$file_path` 本地文件路径
- `$new_file_name` 上传以后新的文件名

```
\Ks3::putObjectByFile($file_path,$new_file_name);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b190747fdca7a550f54938501f583c64cb461bebdfa87932514dc30cd25efb4?d=identicon)[link1st](/maintainers/link1st)

---

Top Contributors

[![link1st](https://avatars.githubusercontent.com/u/12679836?v=4)](https://github.com/link1st "link1st (1 commits)")

### Embed Badge

![Health badge](/badges/link1st-laravel-ks3/health.svg)

```
[![Health](https://phpackages.com/badges/link1st-laravel-ks3/health.svg)](https://phpackages.com/packages/link1st-laravel-ks3)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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