PHPackages                             webparking/laravel-filesystem-openstack - 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. webparking/laravel-filesystem-openstack

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

webparking/laravel-filesystem-openstack
=======================================

Laravel filesystem wrapper for openstack swift v2 / v3.

1.0.3(5y ago)02.1k[1 issues](https://github.com/webparking/laravel-filesystem-openstack/issues)[3 PRs](https://github.com/webparking/laravel-filesystem-openstack/pulls)MITPHP

Since Mar 11Pushed 2y agoCompare

[ Source](https://github.com/webparking/laravel-filesystem-openstack)[ Packagist](https://packagist.org/packages/webparking/laravel-filesystem-openstack)[ RSS](/packages/webparking-laravel-filesystem-openstack/feed)WikiDiscussions master Synced 1w ago

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

Laravel filesystem wrapper for Openstack swift
==============================================

[](#laravel-filesystem-wrapper-for-openstack-swift)

This package replaced the not actively maintained  and is a wrapper for . Main motivation was the need to use it in a Laravel 7 &amp; 8 projects and the switch from a deeper dependency on `guzzle/guzzle` to `guzzlehttp/guzzle`.

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

[](#installation)

```
composer require webparking/laravel-filesystem-openstack

```

Usage
-----

[](#usage)

To configure a new Laravel storage disk on OpenStack, provide a configuration like this one in config/filesystems.php

```
'disks' => [
    'openstack' => [
        'driver'        => 'openstack',
        'auth_url'      => env('OS_AUTH_URL', ''),
        'username'      => env('OS_USERNAME', ''),
        'password'      => env('OS_PASSWORD', ''),
        'tenant_id'     => env('OS_TENANT_ID', ''),
        'tenant_name'   => env('OS_TENANT_NAME', ''),
        'container'     => env('OS_CONTAINER', ''),
        'region'        => env('OS_REGION', ''),
        'id_version     => 'v3' // Supported identity version v2 & v3 (default)
    ],
],

```

Note that the implementation of OpenStack Object Storage varies from one provider to an other. For instance, the configuration of the tenant\_id and/or of the tenant\_name is not always mandatory.

Licence and Postcardware
------------------------

[](#licence-and-postcardware)

This software is open source and licensed under the [MIT license](LICENSE.md).

If you use this software in your daily development we would appreciate to receive a postcard of your hometown.

Please send it to: Webparking BV, Cypresbaan 31a, 2908 LT Capelle aan den IJssel, The Netherlands

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

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

Total

4

Last Release

1984d ago

### Community

Maintainers

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

---

Top Contributors

[![remkobrenters](https://avatars.githubusercontent.com/u/4686406?v=4)](https://github.com/remkobrenters "remkobrenters (5 commits)")

### Embed Badge

![Health badge](/badges/webparking-laravel-filesystem-openstack/health.svg)

```
[![Health](https://phpackages.com/badges/webparking-laravel-filesystem-openstack/health.svg)](https://phpackages.com/packages/webparking-laravel-filesystem-openstack)
```

###  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)[overtrue/laravel-filesystem-cos

A Cos storage filesystem for Laravel.

92128.4k7](/packages/overtrue-laravel-filesystem-cos)

PHPackages © 2026

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