Registry / web-framework / iidestiny-laravel-filesystem-oss

iidestiny-laravel-filesystem-oss

JSON →
library1.3.0phppackagistunverified

Oss storage filesystem for Laravel provides integration with Alibaba Cloud OSS for file storage.

composer require iidestiny/laravel-filesystem-oss
INSTALL
IMPORT
SIG · IIDESTINY-LARAVEL-
I
iidestiny-laravel-filesystem-oss
web-frameworkphpv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OssAdapter
use Iidestiny\LaravelFilesystemOss\OssAdapter;

Initialize OSS adapter and write a file.

use Iidestiny\LaravelFilesystemOss\OssAdapter; use League\Flysystem\Filesystem; $adapter = new OssAdapter('bucket', 'accessKeyId', 'accessKeySecret', 'endpoint'); $filesystem = new Filesystem($adapter); $filesystem->write('path/to/file.txt', 'contents');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
iidestiny-laravel-filesystem-oss — pip install iidestiny-laravel-filesystem-oss · libregistry