PHPackages                             bmidget/laravel-object-storage - 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. bmidget/laravel-object-storage

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

bmidget/laravel-object-storage
==============================

Clone of Flysystem adapter for fortrabbit Object Storage

2.0.0(4y ago)093MITPHPPHP ^8.0

Since Nov 27Pushed 4y agoCompare

[ Source](https://github.com/bmidget/laravel-object-storage)[ Packagist](https://packagist.org/packages/bmidget/laravel-object-storage)[ RSS](/packages/bmidget-laravel-object-storage/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (7)Versions (8)Used By (0)

A flysystem driver for fortrabbit's Object Storage
==================================================

[](#a-flysystem-driver-for-fortrabbits-object-storage)

Install
-------

[](#install)

The most recent version (2.x) is compatible with Laravel 9 and Flysystem 3.

```
# For laravel 9
composer require fortrabbit/laravel-object-storage

# For laravel 6,7,8
composer require fortrabbit/laravel-object-storage:^1.4

```

Configure the 'object-storage' driver
-------------------------------------

[](#configure-the-object-storage-driver)

You are free to choose the disk name. In this example it is `s3`, but it's up to you.

```
# config/filesystems.php

// ...
'disks' => [
    's3' => [
        'driver' => 'object-storage'
    ]
],

```

Environment variables for Object Storage access are available automatically on fortrabbit. For local access you need to set them.

```
# local .env

OBJECT_STORAGE_KEY="{your-app-name}"
OBJECT_STORAGE_SECRET="{object-storage-secrect}"
OBJECT_STORAGE_REGION="{eu-west-1 or us-west-1} "
OBJECT_STORAGE_BUCKET="{your-app-name}"
OBJECT_STORAGE_SERVER="objects.{region}.frbit.com"
OBJECT_STORAGE_URL="https://{your-app-name}.objects.frb.io"

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~201 days

Total

5

Last Release

1548d ago

Major Versions

1.4.0 → 2.0.02022-02-11

PHP version history (3 changes)1.0PHP ^7.1

1.4.0PHP ^7.1|^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/429e6e18705bdeb9baed1d850971711981d31c2435574fe931a38ad9de64b3f4?d=identicon)[bmidget](/maintainers/bmidget)

---

Top Contributors

[![abenevaut](https://avatars.githubusercontent.com/u/1134021?v=4)](https://github.com/abenevaut "abenevaut (11 commits)")

---

Tags

Flysystemlaravels3object-storagefortrabbit

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bmidget-laravel-object-storage/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M785](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[unisharp/laravel-filemanager

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

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)

PHPackages © 2026

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