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 yesterday

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 60% 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

2011d 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

[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[innoge/laravel-rclone

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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