PHPackages                             flipe23/yandex-object-storage-provider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. flipe23/yandex-object-storage-provider

ActiveLibrary[File &amp; Storage](/categories/file-storage)

flipe23/yandex-object-storage-provider
======================================

Just add ServiceProvider for YandexObjectStorage

v1.2(5y ago)164.5k3[2 issues](https://github.com/fLipE23/yandex-object-storage/issues)MITPHP

Since Apr 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/fLipE23/yandex-object-storage)[ Packagist](https://packagist.org/packages/flipe23/yandex-object-storage-provider)[ RSS](/packages/flipe23-yandex-object-storage-provider/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Yandex Object Storage
=====================

[](#yandex-object-storage)

Just add service provider for yandex cloud

Install
-------

[](#install)

Via composer:

```
composer require artsur/yandex-object-storage-provider

```

Usage
-----

[](#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 artsur\\YandexObjectStorage\\YandexObjectStorageServiceProvider to your $providers array if your laravel version lower than 5.5

[](#dont-forget-to-add-the-artsuryandexobjectstorageyandexobjectstorageserviceprovider-to-your-providers-array-if-your-laravel-version-lower-than-55)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~301 days

Total

3

Last Release

1976d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1529649?v=4)[Tom](/maintainers/ideaweb)[@ideaweb](https://github.com/ideaweb)

---

Top Contributors

[![artsur](https://avatars.githubusercontent.com/u/16319710?v=4)](https://github.com/artsur "artsur (8 commits)")[![fLipE23](https://avatars.githubusercontent.com/u/10893735?v=4)](https://github.com/fLipE23 "fLipE23 (5 commits)")

### Embed Badge

![Health badge](/badges/flipe23-yandex-object-storage-provider/health.svg)

```
[![Health](https://phpackages.com/badges/flipe23-yandex-object-storage-provider/health.svg)](https://phpackages.com/packages/flipe23-yandex-object-storage-provider)
```

###  Alternatives

[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)[tapp/laravel-uppy-s3-multipart-upload

Multipart Uploads using Laravel, AWS S3, and Uppy

84116.7k](/packages/tapp-laravel-uppy-s3-multipart-upload)[vaersaagod/dospaces

DigitalOcean Spaces integration for Craft CMS

36100.3k1](/packages/vaersaagod-dospaces)[silverstripe/s3

Adds SilverStripe support for using the S3 adapter for Flysystem

20297.0k1](/packages/silverstripe-s3)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)[exula/laravel-storage-rados-s3

Extends League Flysystem S3 Adapter to easily point it to a Rados Gateway

1042.4k](/packages/exula-laravel-storage-rados-s3)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
