2017 © Pedro Peláez
 

library upyun-laravel-storage

Upyun Resource (Cloud) Storage SDK for Laravel 5

image

axdlee/upyun-laravel-storage

Upyun Resource (Cloud) Storage SDK for Laravel 5

  • Wednesday, March 15, 2017
  • by axdlee
  • Repository
  • 1 Watchers
  • 3 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Upyun 云储存 Laravel 5 Storage版

基于 https://github.com/upyun/php-sdk 开发, (*1)

符合Laravel 5 的Storage用法。, (*2)

更新

v1.0 支持laravel5.4 的upyun存储适配器。, (*3)

安装

  • composer require axdlee/upyun-laravel-storage
  • config/app.php 里面的 providers 数组, 加上一行 Axdlee\UpyunStorage\UpyunStorageServiceProvider::class,
  • config/filesystem.php 里面的 disks数组加上:

'disks' => [ ... , 'upyun' => [ 'driver' => 'upyun', 'bucket' => 'your bucket name', 'operator_name' => 'your operator name', 'operator_password' => 'your operator password', ], ],
  • 完成

使用

  • 参考 包内 UpyunAdapter.php 及 https://github.com/upyun/php-sdk

官方SDK / 手册

  • https://github.com/upyun/php-sdk
  • http://docs.upyun.com/api/

The Versions

15/03 2017

dev-master

9999999-dev

Upyun Resource (Cloud) Storage SDK for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sheldon Lee

15/03 2017

1.0.3

1.0.3.0

Upyun Resource (Cloud) Storage SDK for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sheldon Lee

15/03 2017

1.0.2

1.0.2.0

Upyun Resource (Cloud) Storage SDK for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sheldon Lee

15/03 2017

1.0.1

1.0.1.0

Upyun Resource (Cloud) Storage SDK for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sheldon Lee

15/03 2017

1.0.0

1.0.0.0

Upyun Resource (Cloud) Storage SDK for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sheldon Lee