Download the PHP package junliuxian/ali-oss-storage without Composer
On this page you can find all versions of the php package junliuxian/ali-oss-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ali-oss-storage
Summary
This project is jacobcyl/Aliyun-oss-storage 2.0.4 optimized derivative version.
Let it support Lumen well.
Install
-
Use
composerto quickly install-
php 7.0 >=
- php 5.5 >=
-
-
in your
config/filesystems.phpcopyconfig/oss.phptodisksarray: -
Then set the default driver in
config/filesystems.php -
Registration service provider
-
laravel: in yourconfig/app.phpadd this line toprovidersarray: lumen: in yourbootstrap/app.phpadd this line
-
Config
| name | type | description |
|---|---|---|
| access_id | string | Aliyun OSS AccessKeyId |
| access_key | string | Aliyun OSS AccessKeySecret |
| bucket | string | Aliyun OSS bucket name |
| endpoint | string | Aliyun OSS extranet node or custom external domain name |
| endpoint_internal | string | Aliyun OSS intranet node |
| prefix | string | path prefix |
| domain | string | Custom domain name binding |
| ssl | boolean | enabled or disabled SSL |
| debug | boolean | Whether to open Debug mode |
API
Documentation
More development detail see Aliyun OSS DOC
License
Source code is release under MIT license. Read LICENSE file for more information.
All versions of ali-oss-storage with dependencies
PHP Build Version
Package Version
Requires
aliyuncs/oss-sdk-php Version
~2.0
illuminate/support Version ~5.0
league/flysystem Version ~1.0
php Version >=7.0
illuminate/support Version ~5.0
league/flysystem Version ~1.0
php Version >=7.0
The package junliuxian/ali-oss-storage contains the following files
Loading the files please wait ...