PHPackages                             jiaojie/laravel5-sina-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. jiaojie/laravel5-sina-storage

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

jiaojie/laravel5-sina-storage
=============================

Sina S3 storage service provider, made by SINA finance client api team.

0.1.1(9y ago)03MITPHPPHP &gt;=5.4.0

Since Aug 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jiaojie1989/laravel5_sina_storage)[ Packagist](https://packagist.org/packages/jiaojie/laravel5-sina-storage)[ RSS](/packages/jiaojie-laravel5-sina-storage/feed)WikiDiscussions master Synced 2mo ago

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

Sina Storage For Laravel 5
==========================

[](#sina-storage-for-laravel-5)

[![Latest Stable Version](https://camo.githubusercontent.com/36aeead58766f39366098d9ece9c2d39efb0bc7f5feb65ad166957988a5e0e09/68747470733a2f2f706f7365722e707567782e6f72672f6a69616f6a69652f6c61726176656c352d73696e612d73746f726167652f762f737461626c652e737667)](https://packagist.org/packages/jiaojie/laravel5-sina-storage) [![Total Downloads](https://camo.githubusercontent.com/0740f5305ae18b4d4d790ed2d9894eec647460bb2a4447e8d5dc810f6afc894b/68747470733a2f2f706f7365722e707567782e6f72672f6a69616f6a69652f6c61726176656c352d73696e612d73746f726167652f646f776e6c6f6164732e737667)](https://packagist.org/packages/jiaojie/laravel5-sina-storage) [![Latest Unstable Version](https://camo.githubusercontent.com/a1c8f34fcb583730e899fcca65256d919b93d4c25b63bcfd026fc767e1c068a6/68747470733a2f2f706f7365722e707567782e6f72672f6a69616f6a69652f6c61726176656c352d73696e612d73746f726167652f762f756e737461626c652e737667)](https://packagist.org/packages/jiaojie/laravel5-sina-storage) [![License](https://camo.githubusercontent.com/d1c41a0ccefae34202eea96259789f494842c8ea3d8d48e9db5f17a9f24d17ba/68747470733a2f2f706f7365722e707567782e6f72672f6a69616f6a69652f6c61726176656c352d73696e612d73746f726167652f6c6963656e73652e737667)](https://packagist.org/packages/jiaojie/laravel5-sina-storage)

Setup
-----

[](#setup)

### Setting up Service Provider

[](#setting-up-service-provider)

Put `Jiaojie\Laravel\Storage\Providers\S3Provider` in your `config/app.php` `providers` array.

### Setting configure for your SINA S3 Service

[](#setting-configure-for-your-sina-s3-service)

In your `config/filesystems.php`, put your config array into `disks`.

```
"sina" => [
            "driver" => "sina",
            "access_key" => "YOUR_ACCESS_KEY",
            "secret_key" => "YOUR_SECRET_KEY",
            "use_ssl" => false,
            "endpoint" => "上传的地址URL",
            "bucket" => "指定的域名地址",
        ],
```

### Use

[](#use)

```
$disk = Storage::disk("sina");
$disk->put("finapp/js/$filename.js", file_get_contents($path));
```

It will detect the mime type by your defined filename extension, in the example, it is "js".

Thanks
------

[](#thanks)

Thanks to the framework laravel team for its wonderful framework.

Thanks to the league/flysystem for its general api of file system.

Thanks to cloudmario/scs for its api of sina cloud file system.

Finally with many thanks to the php team for its programming language.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~79 days

Total

2

Last Release

3463d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/603167de95d08f2a3edaf5acc3545be0e293566e84bddf4e9b5010aa0e52f6f3?d=identicon)[jiaojie1989](/maintainers/jiaojie1989)

---

Top Contributors

[![jiaojie1989](https://avatars.githubusercontent.com/u/8794115?v=4)](https://github.com/jiaojie1989 "jiaojie1989 (7 commits)")

### Embed Badge

![Health badge](/badges/jiaojie-laravel5-sina-storage/health.svg)

```
[![Health](https://phpackages.com/badges/jiaojie-laravel5-sina-storage/health.svg)](https://phpackages.com/packages/jiaojie-laravel5-sina-storage)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)

PHPackages © 2026

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