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 6y 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 3w ago

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 52% 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

3419d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67654469?v=4)[its-mieger](/maintainers/its-mieger)[@its-mieger](https://github.com/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.7k285.7M1.0k](/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.5M85](/packages/unisharp-laravel-filemanager)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)

PHPackages © 2026

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