PHPackages                             atlexlib/yii2-atlexcloud - 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. atlexlib/yii2-atlexcloud

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

atlexlib/yii2-atlexcloud
========================

AtlexCloud Yii2 Extention FTP SWIFT OpenStack

1.0.2(7y ago)08MITPHP

Since Feb 18Pushed 7y agoCompare

[ Source](https://github.com/AtlexLib/yii2-atlexcloud)[ Packagist](https://packagist.org/packages/atlexlib/yii2-atlexcloud)[ RSS](/packages/atlexlib-yii2-atlexcloud/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

AtlexCloud Extention
====================

[](#atlexcloud-extention)

AtlexCloud Yii2 Extention FTP SWIFT OpenStack

[![alt AtlexCloudWidget](https://github.com/AtlexLib/yii2-atlexcloud/raw/master/example.png)](https://github.com/AtlexLib/yii2-atlexcloud/blob/master/example.png)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist atlexlib/yii2-atlexcloud "*"

```

or add

```
"atlexlib/yii2-atlexcloud": "*"

```

to the require section of your `composer.json` file.

Register Module in config/web.php
---------------------------------

[](#register-module-in-configwebphp)

```
$config['modules']['atlexcloud'] = [
    'class' => 'app\modules\atlex\atlexcloud',
];

return $config;
```

Register cloud connection parameters in config/params.php
---------------------------------------------------------

[](#register-cloud-connection-parameters-in-configparamsphp)

```
return [
    'adminEmail' => 'admin@example.com',

    'atlexcloud' => [

        'project' => 'your-cloud-project',
        'local_folder' => 'local_storage', // @runtime / local_storage

        'openstack' => [
            'url' => 'https://your-url',
            'user' => 'your-user',
            'password' => 'your-password',
        ],

        's3' => [
            'url' => 'https://your-url',
            'user' => 'your-user',
            'password' => 'your-password',
        ],

        'ftp' => [
            'url' => 'your-url',
            'user' => 'your-user',
            'password' => 'your-password',
        ],

        'default_adapter' => 's3'
    ]

];
```

Once the extension is installed, simply use it in your code by :

```
How to use AtlexCloudWidget in view

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

2

Last Release

2682d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83649c387e3a6f69a0873089fea444f9c8fc56dff541d5ffdc655312a120c5c5?d=identicon)[AtlexLib](/maintainers/AtlexLib)

---

Top Contributors

[![AtlexLib](https://avatars.githubusercontent.com/u/45797513?v=4)](https://github.com/AtlexLib "AtlexLib (11 commits)")

---

Tags

ftpcloudyii2extensionOpenstackswift

### Embed Badge

![Health badge](/badges/atlexlib-yii2-atlexcloud/health.svg)

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

###  Alternatives

[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

14443.7k2](/packages/fedemotta-yii2-aws-sdk)[yii2mod/yii2-ftp

A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.

32446.1k3](/packages/yii2mod-yii2-ftp)

PHPackages © 2026

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