flysystem-qiniu:七牛飞系统适配器

时间:2021-06-15 09:04:55
【文件属性】:
文件名称:flysystem-qiniu:七牛飞系统适配器
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-15 09:04:55
PHP 适用于 Rackspace 的 Flysystem 适配器。 安装 composer require eqingdan/flysystem-qiniu 用法 use League\Flysystem\Filesystem; use EQingdan\Flysystem\Qiniu\QiniuAdapter; $accessKey = '**********'; $secretKey = '**********'; $bucket = 'sandbox'; $domain = 'sandbox.qiniudn.com'; $filesystem = new Filesystem(new QiniuAdapter($accessKey, $secretKey, $bucket, $domain)); 谢谢 -EOF-
【文件预览】:
flysystem-qiniu-master
----composer.json(480B)
----LICENSE(1KB)
----src()
--------QiniuAdapter.php(6KB)
----.gitignore(23B)
----README.md(488B)

网友评论