PHPackages                             luyadev/luya-aws - 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. luyadev/luya-aws

ActiveLuya-extension

luyadev/luya-aws
================

LUYA Amazon Webservice LUYA components.

1.7.0(1y ago)09.1k↓100%1MITPHP

Since May 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/luyadev/luya-aws)[ Packagist](https://packagist.org/packages/luyadev/luya-aws)[ RSS](/packages/luyadev-luya-aws/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

LUYA Amazon S3 filesystem
=========================

[](#luya-amazon-s3-filesystem)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Tests](https://github.com/luyadev/luya-aws/workflows/Tests/badge.svg)](https://github.com/luyadev/luya-aws/workflows/Tests/badge.svg)[![Test Coverage](https://camo.githubusercontent.com/6b5956a535a9a390c9d4cfd08564a91b5720a95cb81d5560d5cc143a1cd15979/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f35623330323865336666356637343936316633642f746573745f636f766572616765)](https://codeclimate.com/github/luyadev/luya-aws/test_coverage)[![Latest Stable Version](https://camo.githubusercontent.com/e2c3733af6df0996f6ef2b17b0b5e22f305bb8a0e34723e2dbbcf4fce3fe7af4/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6177732f762f737461626c65)](https://packagist.org/packages/luyadev/luya-aws)[![Total Downloads](https://camo.githubusercontent.com/0fb3cc8c9b07cc76f59ccd4b5dfc5167f49985f25d5aefd5b75bde66b73d71f5/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6177732f646f776e6c6f616473)](https://packagist.org/packages/luyadev/luya-aws)[![Slack Support](https://camo.githubusercontent.com/3574a291a5d77f541be2a9aebff47cf60ed44274b70f9d90bdf6d0d7f4911892/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d6c7579616465762d79656c6c6f77677265656e2e737667)](https://slack.luya.io/)

A file system for the LUYA admin interface in order to store and retrieve all storage data from an Amazon S3 Bucket.

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

[](#installation)

For the installation of the filesystem composer is required.

```
composer require luyadev/luya-aws
```

### Configuration

[](#configuration)

After installation via Composer include the storage component to your configuration in the components sesction with your credentials:

```
'components' => [
    //...
    'storage' => [
        'class' => 'luya\aws\S3FileSystem',
        'bucket' => 'BUCKET_NAME',
        'key' => 'KEY',
        'secret' => 'SECRET',
        'region' => 'eu-central-1',
    ]
]
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 94.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 ~223 days

Recently: every ~327 days

Total

11

Last Release

676d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86184bf08843ed8fcc4aedb2fdecd8a9e832e47e89a7166cebfda529c176f5ce?d=identicon)[nadar](/maintainers/nadar)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (92 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![hbugdoll](https://avatars.githubusercontent.com/u/6715827?v=4)](https://github.com/hbugdoll "hbugdoll (2 commits)")

---

Tags

hacktoberfestluyayii2

### Embed Badge

![Health badge](/badges/luyadev-luya-aws/health.svg)

```
[![Health](https://phpackages.com/badges/luyadev-luya-aws/health.svg)](https://phpackages.com/packages/luyadev-luya-aws)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

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

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[phpstan/phpstan-doctrine

Doctrine extensions for PHPStan

66466.6M1.0k](/packages/phpstan-phpstan-doctrine)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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