PHPackages                             superdupercybertechno/crawford - 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/crawford

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

superdupercybertechno/crawford
==============================

Adds the Scaleway Object Storage as a file system driver for Laravel

1.0.0(6y ago)08MITPHPCI failing

Since Oct 15Pushed 6y ago1 watchersCompare

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

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

crawford
========

[](#crawford)

#### AKA *Scaleway Object Storage File System Driver for Laravel*

[](#aka-scaleway-object-storage-file-system-driver-for-laravel)

A simple extension that adds the [Scaleway Object Storage](https://www.scaleway.com/en/docs/object-storage-feature/) as a file system extension to Laravel.

Just install via Composer:

```
composer require superdupercybertechno/crawford

```

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

```
'scaleway' => [
    'driver' => 'scaleway',
    'key' => env('SCALEWAY_OBJECT_STORAGE_KEY'),
    'secret' => env('SCALEWAY_OBJECT_STORAGE_SECRET'),
    'region' => env('SCALEWAY_OBJECT_STORAGE_REGION'),
    'bucket' => env('SCALEWAY_OBJECT_STORAGE_BUCKET'),
],

```

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

```
SCALEWAY_OBJECT_STORAGE_KEY=[your key]
SCALEWAY_OBJECT_STORAGE_SECRET=[your secret]
SCALEWAY_OBJECT_STORAGE_REGION=[your region]
SCALEWAY_OBJECT_STORAGE_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

Popularity4

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

4

Last Release

2398d ago

Major Versions

0.9.5 → 1.0.02019-10-15

### 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 (20 commits)")

### Embed Badge

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

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

###  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)
