PHPackages                             raoptimus/yii2-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. [HTTP &amp; Networking](/categories/http)
4. /
5. raoptimus/yii2-openstack

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

raoptimus/yii2-openstack
========================

Openstack/swift client for Yii2 Framework

1.0.6(6y ago)24401[1 issues](https://github.com/raoptimus/yii2-openstack/issues)[2 PRs](https://github.com/raoptimus/yii2-openstack/pulls)BSD-3-ClausePHPPHP &gt;=7.1.0

Since Oct 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/raoptimus/yii2-openstack)[ Packagist](https://packagist.org/packages/raoptimus/yii2-openstack)[ RSS](/packages/raoptimus-yii2-openstack/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (12)Used By (0)

[![Stable Version](https://camo.githubusercontent.com/e686af84f4c8cd7d01d64694e929f9e7784d036c50970342f137687fb88b06ce/68747470733a2f2f706f7365722e707567782e6f72672f72616f7074696d75732f796969322d6f70656e737461636b2f762f737461626c65)](https://packagist.org/packages/raoptimus/yii2-openstack)[![Untable Version](https://camo.githubusercontent.com/91fd0c0d9066813bdcc6a34a2d8f10398755d6143853e6e5e8284ca3fef34014/68747470733a2f2f706f7365722e707567782e6f72672f72616f7074696d75732f796969322d6f70656e737461636b2f762f756e737461626c65)](https://packagist.org/packages/raoptimus/yii2-openstack)[![License](https://camo.githubusercontent.com/673ac857ba402520e8e008e5b7ece3350b366db5d1229454d7e2bf38389e7659/68747470733a2f2f706f7365722e707567782e6f72672f72616f7074696d75732f796969322d6f70656e737461636b2f6c6963656e7365)](https://packagist.org/packages/raoptimus/yii2-openstack)[![Total Downloads](https://camo.githubusercontent.com/0f6d257afe38f0188b44745272a7c8cce2222e511804295bed276f42110ef080/68747470733a2f2f706f7365722e707567782e6f72672f72616f7074696d75732f796969322d6f70656e737461636b2f646f776e6c6f616473)](https://packagist.org/packages/raoptimus/yii2-openstack)[![Build Status](https://camo.githubusercontent.com/d31e70f5d5914f2299f616542e6e917a1681f198f1908ed753294a1becb5478b/68747470733a2f2f7472617669732d63692e636f6d2f72616f7074696d75732f796969322d6f70656e737461636b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/raoptimus/yii2-openstack)

yii2-openstack
==============

[](#yii2-openstack)

Openstack / swift client for Yii2 Framework

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

[](#installation)

Install with composer:

```
composer require raoptimus/yii2-openstack
```

Usage samples
-------------

[](#usage-samples)

Configuration

```
$swift = new raoptimus\openstack\Connection(
    new raoptimus\openstack\Options(
        [
            'authUrl' => 'https://somedomain.com:5000/v2.0',
            'username' => '',
            'apiKey' => '',
            'tenant' => '',
            'domain' => '',
            'domainId' => '',
        ]
    )
);
$container = $swift->getContainer('name of container');
```

Use connection

```
$swift = \Yii::$app->get('swift');
$container = $swift->getContainer('name of container');
```

Push file to swift storage

```
$container->pushObject($source, $target);
```

Pull file from swift storage

```
$container->pullObject($source, $target);
```

Get stat of file from swift storage

```
$container->getObject($filename);
```

Exists file in swift storage

```
$container->existsObject($filename);
```

Delete file from swift storage

```
$container->deleteObject($filename);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~63 days

Recently: every ~91 days

Total

7

Last Release

2440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1120269?v=4)[Evgeniy Urvantsev](/maintainers/raoptimus)[@raoptimus](https://github.com/raoptimus)

---

Top Contributors

[![raoptimus](https://avatars.githubusercontent.com/u/1120269?v=4)](https://github.com/raoptimus "raoptimus (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![Perfectio](https://avatars.githubusercontent.com/u/241746583?v=4)](https://github.com/Perfectio "Perfectio (1 commits)")

---

Tags

phpswift-clientswift-storageyii2yii2-extensionyii2-openstackyii2-openstack-clientyii2-swiftyii2-swift-clientphpyii2yii2-extensionyii 2yii2-openstackyii2-swift

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/raoptimus-yii2-openstack/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34199.5k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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