zing / laravel-flysystem-obs
Flysystem Adapter for OBS
Fund package maintenance!
www.paypal.com/paypalme/zingimmick
Installs: 5 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- illuminate/filesystem: ^9.30 || ^10.0 || ^11.0
- illuminate/support: ^9.0 || ^10.0 || ^11.0
- zing/esdk-obs-php: ^3.21.6
- zing/flysystem-obs: ^2.2 || ^3.0
Requires (Dev)
- league/flysystem-path-prefixing: ^3.3
- league/flysystem-read-only: ^3.3
- mockery/mockery: ~1.3.3 || ^1.4.2
- nunomaduro/larastan: ^1.0 || ^2.0
- orchestra/testbench: ^7.0 || ^8.0 || ^9.0
- phpunit/phpunit: ^9.5 || ^10.0
- zing/coding-standard: ^6.4 || ^7.0
README
OBS storage filesystem for Laravel based on zing/flysystem-obs
Requires
Version Information
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.