Download the PHP package sunkeyys/qiniu-laravel-storage without Composer
On this page you can find all versions of the php package sunkeyys/qiniu-laravel-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sunkeyys/qiniu-laravel-storage
More information about sunkeyys/qiniu-laravel-storage
Files in sunkeyys/qiniu-laravel-storage
Download sunkeyys/qiniu-laravel-storage
More information about sunkeyys/qiniu-laravel-storage
Files in sunkeyys/qiniu-laravel-storage
Vendor sunkeyys
Package qiniu-laravel-storage
Short Description Custom Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9
License
Package qiniu-laravel-storage
Short Description Custom Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9
License
Please rate this library. Is it a good library?
Informations about the package qiniu-laravel-storage
说明
由于业务需要,基于 zgldh/qiniu-laravel-storage:0.10.3 进行了简单二次开发。 修复了在本地测试环境中读取filesystems.php中的七牛云配置异常的问题
业务场景:使用laravel-admin整合ueditor,并且配置七牛云的需要,该包仅是面向特定业务需求改写的包
环境:
- php7.4
- laravel6
- qiniu/php-sdk: "^7.4"
- codingyu/ueditor: "^3.0"
Qiniu 云储存 Laravel 5/6/7/8/9 Storage版
基于 https://github.com/qiniu/php-sdk 开发
符合Laravel 5/6/7/8/9 的Storage用法。
注意
从七牛获取到的putTime
时间戳,是以 100纳秒 为单位的。
参考 https://developer.qiniu.com/kodo/api/1308/stat https://developer.qiniu.com/kodo/api/1284/list
PHP 可以用 Carbon Carbon::createFromTimestampMs($putTime/10000)
来保证最大精度
JavaScript 可以用 moment moment(putTime/10000)
来保证最大精度
安装
- 里面的 数组, 加上一行
config/filesystem.phpdisks```数组加上:……(不用管了)-
在.env中添加
- 完成
官方SDK / 手册
All versions of qiniu-laravel-storage with dependencies
PHP Build Version
Package Version
The package sunkeyys/qiniu-laravel-storage contains the following files
Loading the files please wait ....