2017 © Pedro Peláez
 

library qiniu-oss-for-laravel

image

gming/qiniu-oss-for-laravel

  • Thursday, May 31, 2018
  • by gangming
  • Repository
  • 1 Watchers
  • 0 Stars
  • 320 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 425 % Grown

The README.md

qiniu-oss-for-laravel

Installation

$ composer require gming/qiniu-oss-for-laravel --prefer-source

Then add the service provider to config/app.php, (*1)

Gming\QiniuOss\QiniuOssServiceProvider::class

Publish the config file:, (*2)

$ php artisan vendor:publish --provider='Gming\QiniuOss\QiniuOssServiceProvider' 

Finally, add feature trait into class:, (*3)

use Gming\QiniuOss\Traits\QiniuOss;

class Example extends ExampleParent
{
    use QiniuOss;
}

All available APIs are listed below., (*4)

QiniuOss

\Gming\QiniuOss\Traits\QiniuOss

$this->uploadCertificate($fileUrl, $maxFileSize, $ttl = 3600, $customParam = '')
$this->fileInfo($fileUri, $fileName = '')
$this->fileBaseUrl()

The Versions

31/05 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

by gming

31/05 2018

v1.0.4

1.0.4.0

  Sources   Download

The Requires

 

by gming

29/05 2018

v1.0.3

1.0.3.0

  Sources   Download

The Requires

 

by gming

24/05 2018

v1.0.2

1.0.2.0

  Sources   Download

The Requires

 

by gming

14/05 2018

v1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by gming

11/05 2018

v1.0.0

1.0.0.0

  Sources   Download

The Requires

 

by gming