Download the PHP package filacare/flysystem-oss without Composer
On this page you can find all versions of the php package filacare/flysystem-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download filacare/flysystem-oss
More information about filacare/flysystem-oss
Files in filacare/flysystem-oss
Package flysystem-oss
Short Description Aliyun OSS adapter based on flysystem, Support client side encryption, Compatible Laravel 9|10
License MIT
Informations about the package flysystem-oss
Introduction
Flysystem for Aliyun oss, support Laravel 9/10
- CDN or custom domain name
- Bucket switch (at the same endpoint)
- Object ACL
- Custom Aliyun options
- OSS directly and verify
- Compatible with Laravel
- Client side encryption
Require
- PHP 8.0.2+
Install
Basic Usage
For details, please check:
https://flysystem.thephpleague.com/docs/usage/filesystem-api/
https://help.aliyun.com/zh/oss/developer-reference/getting-started-1
Laravel
-
Add in the disks of the config/filesystems.php configuration file
- Usage in Laravel File
For details, please check https://laravel.com/docs/10.x/filesystem
Security Setting (Optional)
Default object visibility acl is public(Equivalent to public_read), a default visibility setting can be added, this works without passing any visibility options.
or higher priority:
Override option, the above settings will be invalid.
SpatieMediaLibrary
If the default policy is private and you want SpatieMediaLibrary to default to public_read, please add it to remote.extra_headers in the config/media-library.php file.
Client side encryption
Libsodium Stream encryption. Implemented using generators, high performance.
Upload automatic encryption, download automatic decryption.
EncryptionKey and chunkSize cannot be changed after use, otherwise they cannot be decrypted. Please decrypt the storage before modifying or keep this option in mind.
Fork
Refactoring based on https://github.com/iiDestiny/flysystem-oss, thanks to the author for his contribution.
All versions of flysystem-oss with dependencies
psr/log Version ^1.1 || ^2.0 || ^3.0
league/flysystem Version ^3.10.0
aliyuncs/oss-sdk-php Version ^2.4