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

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

trippo/laravel-openstack
========================

OpenStack filesystem service provider for Laravel

v1.2.0(5y ago)0831MITPHPPHP &gt;=7.2.0

Since Jun 9Pushed 5y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (3)Versions (13)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/c13cf8447771f977d4d2e7ac94fdb798498e07cb8b4c204afd11072490b2d10e/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f74726970706f2f6c61726176656c2d6f70656e737461636b2e737667)](https://packagist.org/packages/trippo/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 trippo/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`.

```
Trippo\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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 56.5% 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 ~113 days

Recently: every ~164 days

Total

12

Last Release

2059d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v1.1.8PHP &gt;=7.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/497169?v=4)[Alberto Peripolli](/maintainers/trippo)[@trippo](https://github.com/trippo)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/trippo-laravel-openstack/health.svg)](https://phpackages.com/packages/trippo-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)
