PHPackages                             atellitech/flysystem-s3-yii2 - 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. atellitech/flysystem-s3-yii2

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

atellitech/flysystem-s3-yii2
============================

It's an adapter of AWS S3 for Yii2 that integrating with atellitech/flysystem-yii2.

1.0.0(3y ago)017MITPHPPHP &gt;=8.0

Since Feb 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AtelliTech/flysystem-s3-yii2)[ Packagist](https://packagist.org/packages/atellitech/flysystem-s3-yii2)[ Docs](https://github.com/iamgold/flysystem-s3-yii2)[ RSS](/packages/atellitech-flysystem-s3-yii2/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

flysystem-s3-yii2
=================

[](#flysystem-s3-yii2)

It's an adapter of AWS S3 for Yii2 that integrating with atellitech/flysystem-yii2

Supports
--------

[](#supports)

- AWS S3
    Please see
- Async AWS S3
    Please see

Getting Start
-------------

[](#getting-start)

### Requirements

[](#requirements)

- php8.0+

### Install

[](#install)

```
$ /lib/path/composer require atellitech/flysystem-s3-yii2

```

### Usage

[](#usage)

#### AWS S3

[](#aws-s3)

##### Add component into config file of yii2 project

[](#add-component-into-config-file-of-yii2-project)

```
...
"components": [
    "fs" => [
        'class' => 'AtelliTech\\Yii2\\FlysystemAdapterAwsS3',
        'bucketName' => '{bucketName}',
        'pathPrefix' => '{pathPrefix}', default: '' means root path of bucket
        'version' => '{version}', // default: latest
        'key' => '{key}',
        'secret' => '{secret}',
        'region' => '{region}', // default: ap-northeast-1
    ]
]

```

#### Async AWS S3

[](#async-aws-s3)

##### Add component into config file of yii2 project

[](#add-component-into-config-file-of-yii2-project-1)

```
...
"components": [
    "fs" => [
        'class' => 'AtelliTech\\Yii2\\FlysystemAdapterAwsAsyncS3',
        'bucketName' => '{bucketName}',
        'pathPrefix' => '{pathPrefix}', default: '' means root path of bucket
        'version' => '{version}', // default: latest
        'key' => '{key}',
        'secret' => '{secret}',
        'region' => '{region}', // default: ap-northeast-1
    ]
]

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1245d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/123725472?v=4)[AtelliTech](/maintainers/atellitech)[@AtelliTech](https://github.com/AtelliTech)

---

Top Contributors

[![iamgold](https://avatars.githubusercontent.com/u/19813333?v=4)](https://github.com/iamgold "iamgold (2 commits)")

---

Tags

filesystemFlysystems3yii2

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/atellitech-flysystem-s3-yii2/health.svg)

```
[![Health](https://phpackages.com/badges/atellitech-flysystem-s3-yii2/health.svg)](https://phpackages.com/packages/atellitech-flysystem-s3-yii2)
```

###  Alternatives

[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M63](/packages/creocoder-yii2-flysystem)[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M29](/packages/craftcms-aws-s3)

PHPackages © 2026

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