PHPackages                             tavux/flysystem-ibm-cos - 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. tavux/flysystem-ibm-cos

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

tavux/flysystem-ibm-cos
=======================

Flysystem Interface for IBM Cloud Object Storage

1.0.1(3y ago)03.7k1MITPHPPHP &gt;=5.6.0

Since Feb 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tavux/flysystem-ibm-cos)[ Packagist](https://packagist.org/packages/tavux/flysystem-ibm-cos)[ Docs](https://github.com/tavux/flysystem-ibm-cos)[ RSS](/packages/tavux-flysystem-ibm-cos/feed)WikiDiscussions master Synced today

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

Flysystem Adapter for IBM Cloud Object Storage
==============================================

[](#flysystem-adapter-for-ibm-cloud-object-storage)

This is an [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage) adapter for [Flysystem](http://flysystem.thephpleague.com/).

Installation
------------

[](#installation)

Composer is the best way, as with all of Flysystem!

```
composer require tavux/flysystem-ibm-cos
```

Usage
-----

[](#usage)

Initial setup would be something like this:

```
use Tavux\Flysystem\IBMCloudObjectStorage\IbmCosAdapter;
use League\Flysystem\Filesystem;

$storage = new Filesystem(
    new IbmCosAdapter([
        'key' => '',
        'secret' => '',
        'region' => '',
        'endpoint' => '',
    ], '')
);

var_dump($storage->listContents(''));
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~1084 days

Total

2

Last Release

1182d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e99c38ae209e20cc8f586aa440feacc20e171a60dd017225ce58f451f581e7bf?d=identicon)[tavux](/maintainers/tavux)

---

Top Contributors

[![SelimTavukcuoglu](https://avatars.githubusercontent.com/u/4791044?v=4)](https://github.com/SelimTavukcuoglu "SelimTavukcuoglu (2 commits)")[![Codeurfou](https://avatars.githubusercontent.com/u/180521939?v=4)](https://github.com/Codeurfou "Codeurfou (1 commits)")

---

Tags

flysystemibm-cloudibm-cloud-object-storagephp

### Embed Badge

![Health badge](/badges/tavux-flysystem-ibm-cos/health.svg)

```
[![Health](https://phpackages.com/badges/tavux-flysystem-ibm-cos/health.svg)](https://phpackages.com/packages/tavux-flysystem-ibm-cos)
```

###  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)
