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

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

neoxia/laravel-openstack
========================

OpenStack filesystem service provider for Laravel

v1.1.3(7y ago)1215.0k3[3 issues](https://github.com/neoxia/laravel-openstack/issues)[1 PRs](https://github.com/neoxia/laravel-openstack/pulls)MITPHPPHP &gt;=5.5.9

Since Jun 9Pushed 6y ago12 watchersCompare

[ Source](https://github.com/neoxia/laravel-openstack)[ Packagist](https://packagist.org/packages/neoxia/laravel-openstack)[ RSS](/packages/neoxia-laravel-openstack/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/42335ecccc549f9ad6ed7e5b514bd3be59f3a46df72e80ce95479fe17159e192/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e656f7869612f6c61726176656c2d6f70656e737461636b2e737667)](https://packagist.org/packages/neoxia/laravel-openstack)

Laravel OpenStack
-----------------

[](#laravel-openstack)

This package provides a service provider to add a driver for OpenStack Object Storage (swift) to Laravel Storage.

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

[](#installation)

Require this package with composer using the following command:

```
composer require neoxia/laravel-openstack

```

As of Laravel 5.5, this package will be automatically discovered and registered. For older version of Laravel, add the service provider in `config/app.php`.

```
Neoxia\Filesystem\OpenStackServiceProvider::class
```

Configuration
-------------

[](#configuration)

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

```
'disks' => [

    'openstack' => [
        'driver'        => 'openstack',
        'endpoint'      => env('OS_ENDPOINT', ''),
        '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', ''),
        'service_name'  => env('OS_SERVICE_NAME', 'swift'),
    ],

],
```

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.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~181 days

Total

5

Last Release

2583d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3023617?v=4)[Thomas Ruiz](/maintainers/thomasruiz)[@thomasruiz](https://github.com/thomasruiz)

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

---

Top Contributors

[![alexandre-butynski](https://avatars.githubusercontent.com/u/671662?v=4)](https://github.com/alexandre-butynski "alexandre-butynski (9 commits)")[![flaforgue](https://avatars.githubusercontent.com/u/7113154?v=4)](https://github.com/flaforgue "flaforgue (2 commits)")[![kfeng0806](https://avatars.githubusercontent.com/u/8554040?v=4)](https://github.com/kfeng0806 "kfeng0806 (1 commits)")

---

Tags

flysystemlaravelopenstackphp

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[unisharp/laravel-filemanager

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

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[illuminate/view

The Illuminate View package.

13046.3M2.1k](/packages/illuminate-view)[illuminate/session

The Illuminate Session package.

9938.5M823](/packages/illuminate-session)[illuminate/translation

The Illuminate Translation package.

6937.4M556](/packages/illuminate-translation)

PHPackages © 2026

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