PHPackages                             superdupercybertechno/edwin - 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. superdupercybertechno/edwin

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

superdupercybertechno/edwin
===========================

Adds the Digital Ocean Spaces as a file system driver for Laravel

1.0.0(6y ago)16MITPHPCI failing

Since Oct 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/superDuperCyberTechno/edwin)[ Packagist](https://packagist.org/packages/superdupercybertechno/edwin)[ RSS](/packages/superdupercybertechno-edwin/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

edwin
=====

[](#edwin)

#### AKA *Digital Ocean Spaces File System Driver for Laravel*

[](#aka-digital-ocean-spaces-file-system-driver-for-laravel)

A simple extension that adds the [Digital Ocean Spaces](https://www.digitalocean.com/products/spaces/) as a file system extension to Laravel.

Just install via Composer:

```
composer require superdupercybertechno/edwin

```

... add the driver to `app/filesystems.php`...:

```
'spaces' => [
    'driver' => 'spaces',
    'key' => env('DIGITAL_OCEAN_SPACES_KEY'),
    'secret' => env('DIGITAL_OCEAN_SPACES_SECRET'),
    'region' => env('DIGITAL_OCEAN_SPACES_REGION'),
    'bucket' => env('DIGITAL_OCEAN_SPACES_BUCKET'),
],

```

... and finally add the credentials to `.env`:

```
DIGITAL_OCEAN_SPACES_KEY=[your key]
DIGITAL_OCEAN_SPACES_SECRET=[your secret]
DIGITAL_OCEAN_SPACES_REGION=[your region]
DIGITAL_OCEAN_SPACES_BUCKET=[your bucket name]

```

At this point you should be good to go!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

2396d ago

Major Versions

0.9.3 → 1.0.02019-10-18

### Community

Maintainers

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

---

Top Contributors

[![superDuperCyberTechno](https://avatars.githubusercontent.com/u/6486383?v=4)](https://github.com/superDuperCyberTechno "superDuperCyberTechno (6 commits)")

### Embed Badge

![Health badge](/badges/superdupercybertechno-edwin/health.svg)

```
[![Health](https://phpackages.com/badges/superdupercybertechno-edwin/health.svg)](https://phpackages.com/packages/superdupercybertechno-edwin)
```

###  Alternatives

[overtrue/laravel-filesystem-qiniu

A Qiniu storage filesystem for Laravel.

482229.7k16](/packages/overtrue-laravel-filesystem-qiniu)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)

PHPackages © 2026

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