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

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

oss-tools/laravel-ibm-cos
=========================

Laravel Custom Filesystem for IBM Cloud Object Storage

v2.1.1(2y ago)0431MITPHPPHP ^8.0.2

Since Feb 26Pushed 2y agoCompare

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

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

Laravel Custom Filesystem for IBM Cloud Object Storage
======================================================

[](#laravel-custom-filesystem-for-ibm-cloud-object-storage)

This is an [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage) Custom Filesystem for [Laravel](http://laravel.com/).

Note
----

[](#note)

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

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

[](#installation)

- Install the package with Composer

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

- Add `\OSSTools\IBMCloudObjectStorage\Laravel\IbmCloudObjectStorageProvider::class` to `providers` in *config/app.php*
- In your *.env* file, add these lines with your IBM Cloud storage parameters

```
IBM_COS_ACCESS_KEY_ID=
IBM_COS_SECRET_ACCESS_KEY=
IBM_COS_DEFAULT_REGION=
IBM_COS_BUCKET=
IBM_COS_ENDPOINT=
```

Usage
-----

[](#usage)

This is an example of usage :

```
use Illuminate\Support\Facades\Storage;

Storage::disk('ibm-cos')->allFiles('/');
```

To know all the available methods, please have a look to the [Laravel File Storage documentation](https://laravel.com/docs/6.x/filesystem).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~249 days

Recently: every ~310 days

Total

6

Last Release

1071d ago

Major Versions

1.0.1 → 2.0.02022-03-11

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

2.0.0PHP ^8.0

v2.1.0PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

25010.1M21](/packages/spatie-laravel-google-cloud-storage)

PHPackages © 2026

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