zing/laravel-flysystem-obs
最新稳定版本:2.8.0
Composer 安装命令:
composer require zing/laravel-flysystem-obs
包简介
Flysystem Adapter for OBS
README 文档
README
OBS storage filesystem for Laravel based on zing/flysystem-obs
Requires
Version Information
| Version | Illuminate | PHP Version | Status |
|---|---|---|---|
| 2.x | 9.x | >= 8.0 | Active support ???? |
| 1.x | 6.x - 8.x | >= 7.2 | Active support |
Require Laravel Flysystem OBS using Composer:
composer require zing/laravel-flysystem-obs
Configuration
return [ // ... 'disks' => [ // ... 'obs' => [ 'driver' => 'obs', 'root' => '', 'key' => env('OBS_KEY'), 'secret' => env('OBS_SECRET'), 'bucket' => env('OBS_BUCKET'), 'endpoint' => env('OBS_ENDPOINT'), 'is_cname' => env('OBS_IS_CNAME', false), 'security_token' => env('OBS_SECURITY_TOKEN'), ], ] ];
Environment
OBS_KEY= OBS_SECRET= OBS_BUCKET= OBS_ENDPOINT= OBS_IS_CNAME=false OBS_SECURITY_TOKEN=
License
Laravel Flysystem OBS is an open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 10.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04