Download the PHP package illusionist/flysystem-aliyun-oss without Composer
On this page you can find all versions of the php package illusionist/flysystem-aliyun-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download illusionist/flysystem-aliyun-oss
More information about illusionist/flysystem-aliyun-oss
Files in illusionist/flysystem-aliyun-oss
Package flysystem-aliyun-oss
Short Description Flysystem adapter for the Aliyun OSS SDK
License MIT
Informations about the package flysystem-aliyun-oss
Illusionist Flysystem Aliyun OSS
Flysystem adapter for the Aliyun OSS SDK
![packagist](https://img.shields.io/packagist/v/illusionist/flysystem-aliyun-oss?style=flat-square)
![php](https://img.shields.io/packagist/php-v/illusionist/flysystem-aliyun-oss?style=flat-square)
![downloads](https://img.shields.io/packagist/dm/illusionist/flysystem-aliyun-oss?style=flat-square)
![license](https://img.shields.io/packagist/l/illusionist/flysystem-aliyun-oss?style=flat-square)
[![Build Status](https://app.travis-ci.com/illusionist-php/flysystem-aliyun-oss.svg?branch=1.x)](https://app.travis-ci.com/illusionist-php/flysystem-aliyun-oss)
English | [中文](README-zh_CN.md)
Advantages
- Support Laravel & Lumen
- Compared with xxtime/flysystem-aliyun-oss, it is more in line with the flysystem interface specification. Because the flysystem interface suggests that the return value is array or bool, but xxtime/flysystem-aliyun-oss is not very strict about exception handling.
- Compared to apollopy/flysystem-aliyun-oss <= 1.2.0 supports visibility get/set.
- Support Dynamically call OSS SDK methods.
![packagist](https://img.shields.io/packagist/v/illusionist/flysystem-aliyun-oss?style=flat-square) ![php](https://img.shields.io/packagist/php-v/illusionist/flysystem-aliyun-oss?style=flat-square) ![downloads](https://img.shields.io/packagist/dm/illusionist/flysystem-aliyun-oss?style=flat-square) ![license](https://img.shields.io/packagist/l/illusionist/flysystem-aliyun-oss?style=flat-square) [![Build Status](https://app.travis-ci.com/illusionist-php/flysystem-aliyun-oss.svg?branch=1.x)](https://app.travis-ci.com/illusionist-php/flysystem-aliyun-oss)
English | [中文](README-zh_CN.md)
ps: The comparison of similar projects is only to highlight the differences. In fact, they are all very good.
Installation
Install via composer
Run the following command to pull in the latest version:
Laravel Install
If your laravel version <=5.4
, Add the service provider to the providers
array in the config/app.php
config file as follows:
Lumen Install
Add the following snippet to the bootstrap/app.php
file under the providers section as follows:
Config for Laravel/Lumen
Add the adapter config to the disks
array in the config/filesystems.php
config file as follows:
Usage
Basic
Please refer to filesystem-api.
Laravel/Lumen
Please refer to filesystem