Download the PHP package alphasnow/aliyun-oss-laravel without Composer
On this page you can find all versions of the php package alphasnow/aliyun-oss-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alphasnow/aliyun-oss-laravel
More information about alphasnow/aliyun-oss-laravel
Files in alphasnow/aliyun-oss-laravel
Package aliyun-oss-laravel
Short Description alibaba cloud object storage service for laravel
License MIT
Homepage https://alphasnow.github.io/aliyun-oss-laravel/
Informations about the package aliyun-oss-laravel
English | 简体中文
Aliyun OSS Laravel
This package is a wrapper bridging aliyun-oss-flysystem into Laravel as an available storage disk.
If client direct transmission is required, Use web server signature direct transmission OSS extension package aliyun-oss-appserver.
Compatibility
laravel | aliyun-oss-laravel | driver | readme |
---|---|---|---|
>=5.5,\<9.0 | ^3.0 | aliyun | readme |
>=9.0 | ^4.0 | oss | readme |
Installation
-
If you use the composer to manage project dependencies, run the following command in your project's root directory:
Then run
composer install
to install the dependency. -
Modify the environment file
.env
- (Optional) Modify the configuration file
config/filesystems.php
Usage
Use storage method
Write
Read
Delete
File operation
Folder operation
Use macro
default macro
Add custom macro
-
Add Macro
Reference code: AppendObject.php
-
Modify the config
- Use Macro
Use OssClient
Documentation
AlibabaCloud Object Storage Service Documentation
Issues
Contributors
Star History
License
MIT