Download the PHP package n1creator/yandex-object-storage-provider without Composer
On this page you can find all versions of the php package n1creator/yandex-object-storage-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download n1creator/yandex-object-storage-provider
More information about n1creator/yandex-object-storage-provider
Files in n1creator/yandex-object-storage-provider
Download n1creator/yandex-object-storage-provider
More information about n1creator/yandex-object-storage-provider
Files in n1creator/yandex-object-storage-provider
Vendor n1creator
Package yandex-object-storage-provider
Short Description Just add ServiceProvider for YandexObjectStorage
License MIT
Package yandex-object-storage-provider
Short Description Just add ServiceProvider for YandexObjectStorage
License MIT
Please rate this library. Is it a good library?
Informations about the package yandex-object-storage-provider
Yandex Object Storage
Just add service provider for yandex cloud
Install
Via composer:
composer require n1creator/yandex-object-storage-provider
Usage
After installing this package add the following code to your config/filesystems.php:
'yandex' => [
'driver' => 'yandexcloud',
'key' => 'your-key',
'secret' => 'your-secret',
'bucket' => 'bucket-name',
'region' => 'us-east-1',
],
And then you can use
$disk = Storage::disk('yandex');
to get your yandex cloud storage instance
Don't forget to add the Flipe23\YandexObjectStorage\YandexObjectStorageProvider to your $providers array if your laravel version lower than 5.5
All versions of yandex-object-storage-provider with dependencies
PHP Build Version
Package Version
Requires
league/flysystem-aws-s3-v3 Version
*
The package n1creator/yandex-object-storage-provider contains the following files
Loading the files please wait ....