Registry / cloud / overtrue-flysystem-qiniu

overtrue-flysystem-qiniu

JSON →
library3.2.6phppackagistunverified

Flysystem adapter for Qiniu cloud storage, enabling file operations on Qiniu buckets.

composer require overtrue/flysystem-qiniu
INSTALL
IMPORT
SIG · OVERTRUE-FLYSYSTEM
O
overtrue-flysystem-qiniu
cloudphpv3.2.6
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.

QiniuAdapter
use Overtrue\Flysystem\Qiniu\QiniuAdapter;

Create a Flysystem instance with Qiniu adapter and write a file.

use Overtrue\Flysystem\Qiniu\QiniuAdapter; use League\Flysystem\Filesystem; $adapter = new QiniuAdapter('accessKey', 'secretKey', 'bucket'); $filesystem = new Filesystem($adapter); $filesystem->write('path/to/file.txt', 'contents');
Debug
Known issues
breakingRequires PHP 7.2+ and ext-curl.
fix
Install PHP 7.2+ and enable the curl extension.
affects: <3.0.0
Upgrade
Version history
3.2.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
overtrue-flysystem-qiniu — pip install overtrue-flysystem-qiniu · libregistry