PHPackages                             wgr/flysystem-infomaniak - 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. wgr/flysystem-infomaniak

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

wgr/flysystem-infomaniak
========================

flysystem for infomaniak

3.0.2(1y ago)141PHPPHP &gt;=7.1

Since Jul 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/WGR-SA/flysystem-infomaniak)[ Packagist](https://packagist.org/packages/wgr/flysystem-infomaniak)[ RSS](/packages/wgr-flysystem-infomaniak/feed)WikiDiscussions main Synced 1mo ago

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

Sub-split of Flysystem for infomanaik swiss hosting for kDrive / SwissBackup / Public Cloud.
--------------------------------------------------------------------------------------------

[](#sub-split-of-flysystem-for-infomanaik-swiss-hosting-for-kdrive--swissbackup--public-cloud)

> ⚠️ this is a sub-split, for pull requests and issues, visit:

```
composer require wgr/flysystem-infomaniak
```

Public Cloud
------------

[](#public-cloud)

```
// CONFIG
$osClient = new \Wgr\Flysystem\Infomaniak\Http\OpenStackClient\OpenStackClient([
  'authUrl' => 'https://api.pub1.infomaniak.cloud/identity/v3',
  'region'  => 'dc3-a',
  'application_credential' => [
    'id' => 'XXXX',
    'secret' => "XXX",
  ],
  'scope'   => ['project' => ['id' => 'XXX']]
]);

// SETUP
$adapter = new \Wgr\Flysystem\Infomaniak\Adapter\OpenStack($osClient,'my-container','myFolder');
$filesystem = new \League\Flysystem\Filesystem($adapter);

// USAGE
$filesystem->write($path, $contents);
```

more doc is coming bro

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~165 days

Recently: every ~203 days

Total

6

Last Release

563d ago

Major Versions

1.0.2 → 3.0.02024-10-23

### Community

Maintainers

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

---

Top Contributors

[![awallef](https://avatars.githubusercontent.com/u/1070992?v=4)](https://github.com/awallef "awallef (8 commits)")[![jeanvier](https://avatars.githubusercontent.com/u/1822085?v=4)](https://github.com/jeanvier "jeanvier (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wgr-flysystem-infomaniak/health.svg)

```
[![Health](https://phpackages.com/badges/wgr-flysystem-infomaniak/health.svg)](https://phpackages.com/packages/wgr-flysystem-infomaniak)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M787](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

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

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[yii2-starter-kit/yii2-file-kit

Yii2 file upload and storage kit

151216.8k6](/packages/yii2-starter-kit-yii2-file-kit)[nimbusoft/flysystem-openstack-swift

Flysystem adapter for OpenStack Swift

44774.4k6](/packages/nimbusoft-flysystem-openstack-swift)[azure-oss/storage-blob-flysystem

Flysystem adapter for Azure Storage PHP

29936.0k10](/packages/azure-oss-storage-blob-flysystem)

PHPackages © 2026

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