Download the PHP package shopwwi/webman-filesystem without Composer
On this page you can find all versions of the php package shopwwi/webman-filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webman-filesystem
- 如果觉得方便了你,给个小星星鼓励一下吧
- 如果你遇到问题 可以给我发邮件 [email protected]
安装
使用方法
-
阿里云 OSS 适配器(php7.X)
-
阿里云 OSS 适配器(php8.X)
-
S3 适配器
-
七牛云适配器(php7.X)
-
七牛云适配器(php8.X)
-
内存适配器
-
腾讯云 COS 适配器(php7.x)
- 腾讯云 COS 适配器(php8.x)
使用
通过FilesystemFactory::get('local') 来调用不同的适配器
便捷式上传
- 支持base64图片上传
- 支持设定重复文件上传及文件覆盖
- 支持指定文件名上传及文件覆盖
- 新增图片处理器上传 (附加于强大的海报生成/图片压缩/水印等)新增V3版本
- 修复文件后缀大小写问题 统一小写
静态方法(可单独设定)
方法 | 描述 | 默认 |
---|---|---|
adapter | 选定器 | config中配置的default |
size | 单文件大小 | config中配置的max_size |
extYes | 允许上传文件类型 | config中配置的ext_yes |
extNo | 不允许上传文件类型 | config中配置的ext_no |
path | 文件存放路径(非完整路径) | storage |
响应字段
字段 | 描述 | 示例值 |
---|---|---|
origin_name | 源文件名称 | webman.png |
file_name | 文件路径及名称 | storage/a4bab140776e0c1d57cc316266e1ca05.png |
storage_key | 文件随机key | a4bab140776e0c1d57cc316266e1ca05 |
file_url | 文件访问外网 | //127.0.0.1:8787/storage/cab473e23b638c2ad2ad58115e28251c.png |
size | 文件大小 | 22175 |
mime_type | 文件类型 | image/jpeg |
extension | 文件尾缀 | jpg |
width | 图片宽度(图片类型才返回) | 206 |
height | 图片高度(图片类型才返回) | 206 |
All versions of webman-filesystem with dependencies
PHP Build Version
Package Version
The package shopwwi/webman-filesystem contains the following files
Loading the files please wait ....