Download the PHP package hskyzhou/aliyun-oss-flysystem without Composer
On this page you can find all versions of the php package hskyzhou/aliyun-oss-flysystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hskyzhou/aliyun-oss-flysystem
More information about hskyzhou/aliyun-oss-flysystem
Files in hskyzhou/aliyun-oss-flysystem
Download hskyzhou/aliyun-oss-flysystem
More information about hskyzhou/aliyun-oss-flysystem
Files in hskyzhou/aliyun-oss-flysystem
Vendor hskyzhou
Package aliyun-oss-flysystem
Short Description This is a Flysystem adapter for the Aliyun OSS ~2.2.1
License MIT
Package aliyun-oss-flysystem
Short Description This is a Flysystem adapter for the Aliyun OSS ~2.2.1
License MIT
Please rate this library. Is it a good library?
Informations about the package aliyun-oss-flysystem
Flysystem Adapter for AliCloud OSS
This is a Flysystem Adapter for the AliCloud OSS ~1.2.1
Installation
在config/filesystem.php中disk数组下增加配置
其中access_id,access_key,bucket,endpoint都是在阿里云中获取
'oss' => [ 'driver' => 'oss', 'access_id' => env('OSS_ACCESS_ID'), 'access_key' => env('OSS_ACCESS_KEY'), 'bucket' => env('OSS_BUCKET'), 'endpoint' => env('OSS_ENDPOINT'), 'prefix' => env('OSS_PREFIX'), // optional 'schema' => env('OSS_SCHEMA'), //确定访问是通过http或者https ],
在项目的.env配置中增加
OSS_ACCESS_ID= OSS_ACCESS_KEY= OSS_BUCKET= OSS_ENDPOINT= OSS_PREFIX= OSS_SCHEMA=http
All versions of aliyun-oss-flysystem with dependencies
PHP Build Version
Package Version
The package hskyzhou/aliyun-oss-flysystem contains the following files
Loading the files please wait ....