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

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

oss-tools/flysystem-ibm-cos
===========================

Flysystem Interface for IBM Cloud Object Storage

2.0.0(4y ago)04361MITPHPPHP ^8.0.2

Since Feb 26Pushed 4y agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)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/).

Note
----

[](#note)

This package is a detached fork of [tavux/flysystem-ibm-cos](https://github.com/tavux/flysystem-ibm-cos)

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

[](#installation)

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

```
composer require oss-tools/flysystem-ibm-cos
```

Usage
-----

[](#usage)

Initial setup would be something like this:

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

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

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~743 days

Total

2

Last Release

1522d ago

Major Versions

1.0.0 → 2.0.02022-03-11

PHP version history (2 changes)1.0.0PHP &gt;=5.6.0

2.0.0PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/oss-tools-flysystem-ibm-cos/health.svg)](https://phpackages.com/packages/oss-tools-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)
