PHPackages                             its-mieger/flysystem-s3-meta - 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. its-mieger/flysystem-s3-meta

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

its-mieger/flysystem-s3-meta
============================

S3 Meta data plugin for Flysytem

1.0.3(9y ago)0151proprietaryPHPCI failing

Since Feb 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/its-mieger/flysystem-s3-meta)[ Packagist](https://packagist.org/packages/its-mieger/flysystem-s3-meta)[ RSS](/packages/its-mieger-flysystem-s3-meta/feed)WikiDiscussions master Synced today

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

AWS S3 meta data plugin
=======================

[](#aws-s3-meta-data-plugin)

A plugin to access all meta data for S3 objects via [Flysystem](https://flysystem.thephpleague.com/).

Example usage
-------------

[](#example-usage)

```
use Aws\S3\S3Client;
use League\Flysystem\AwsS3v3\AwsS3Adapter;
use League\Flysystem\Filesystem;
use S3Metadata\AwsS3MetadataPlugin;

$s3Client = new S3Client(['version' => '2006-03-01', 'region' => 'eu-central-1']);
$filesystem = new Filesystem(new AwsS3Adapter($s3Client));
$filesystem->addPlugin(new AwsS3MetadataPlugin());

$metaData = $filesystem->getAwsMetaData('key/to/object');

```

If the plugin is added to another filesystem than S3 the `getAwsMetaData` function will simply return an empty array.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

4

Last Release

3367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4062a57c91cdead9169f9e84797ada75bc2df8867a632d11521dbbff9e3231a?d=identicon)[its-mieger](/maintainers/its-mieger)

### Embed Badge

![Health badge](/badges/its-mieger-flysystem-s3-meta/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/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.6M75](/packages/aws-aws-sdk-php-laravel)[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[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)
