PHPackages                             phpguus/laravel-raid-storage-driver - 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. phpguus/laravel-raid-storage-driver

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

phpguus/laravel-raid-storage-driver
===================================

A Laravel Storage driver that encapsulates the Flysystem RAID driver.

1.0.0(6y ago)251MITPHPPHP ^7.2

Since Sep 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/PHPGuus/laravel-raid-storage-driver)[ Packagist](https://packagist.org/packages/phpguus/laravel-raid-storage-driver)[ RSS](/packages/phpguus-laravel-raid-storage-driver/feed)WikiDiscussions master Synced 1mo ago

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

Laravel RAID Storage
====================

[](#laravel-raid-storage)

[![Latest Version on Github](https://camo.githubusercontent.com/67389b5dc523a288c1c2ba83d83cd674316f7ae2bc2d81addf4a06bd4c6746f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f706870677575732f6c61726176656c2d726169642d73746f726167652d6472697665723f7374796c653d706c6173746963)](https://github.com/phpguus/laravel-raid-storage-driver)[![Latest version on Packagist](https://camo.githubusercontent.com/f127248c7bb2a98d498d017d133c92114fc7b1e469d45ab2a05233b6c17e50bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706870677575732f6c61726176656c2d726169642d73746f726167652d6472697665723f7374796c653d706c6173746963)](https://packagist.org/packages/phpguus/laravel-raid-storage-driver)[![StyleCI](https://camo.githubusercontent.com/346ae67270ef94509499c5d5c3707dc1cee65284a4d51f661aeaff0663ec9fd2/68747470733a2f2f7374796c6563692e696f2f7265706f732f3230393035323238342f736869656c643f6272616e63683d6d6173746572267374796c653d706c6173746963)](https://styleci.io/repos/209052284)[![Quality Score](https://camo.githubusercontent.com/04220b17b75f1d6be8f77d6ab351dc7a78b6b0fd88e527ebab38c6392e2e3026/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f706870677575732f6c61726176656c2d726169642d73746f726167652d6472697665723f7374796c653d706c6173746963)](https://img.shields.io/scrutinizer/quality/g/phpguus/laravel-raid-storage-driver)[![Total Downloads](https://camo.githubusercontent.com/51c4cb8d5f6a81ba8597b020d4fbf4f0687cb25d6b6eb32adaf5945ecb854f51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706870677575732f6c61726176656c2d726169642d73746f726167652d6472697665723f7374796c653d706c6173746963)](https://packagist.org/packages/phpguus/laravel-raid-storage-driver)

laravel-raid-storage-driver provides encapsulation of the [flysystem-raid](https://github.com/phpguus/flysystem-raid) package for Laravel applications.

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

[](#installation)

Require the package using composer

```
composer require phpguus/laravel-raid-storage-driver
```

Usage
-----

[](#usage)

In `config/filesystems.php`, you can now create a disk (in the `disks` subarray) that has the "raid" driver.

```
'redundantStorage' => [
    'driver' => 'raid',
    'raidLevel' => 1,
    'disks' => [
         'diskOne', 'diskTwo', 'diskThree'
    ];
];
```

This allows to use the disk as simple as in

```
Storage::disk('redundantStorage')->write('myfile.txt', 'Something!');
```

... or in case you are handling uploaded files:

```
$file->store('', 'redundantStorage');
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2425d ago

### Community

Maintainers

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

---

Top Contributors

[![PHPGuus](https://avatars.githubusercontent.com/u/36767653?v=4)](https://github.com/PHPGuus "PHPGuus (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpguus-laravel-raid-storage-driver/health.svg)

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

###  Alternatives

[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)[pion/laravel-chunk-upload

Service for chunked upload with several js providers

7254.4M21](/packages/pion-laravel-chunk-upload)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

194.3k](/packages/dgtlss-capsule)

PHPackages © 2026

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