PHPackages                             quioteframework/filesystem-s3 - 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. quioteframework/filesystem-s3

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

quioteframework/filesystem-s3
=============================

AWS S3 filesystem adapter for Quiote — a Quiote\\Filesystem\\FilesystemAdapterInterface implementation for FilesystemManager, built on the S3Client from quioteframework/session-s3.

v2.0.1(today)00MITPHPPHP &gt;=8.5.0

Since Jul 28Pushed todayCompare

[ Source](https://github.com/quioteframework/filesystem-s3)[ Packagist](https://packagist.org/packages/quioteframework/filesystem-s3)[ Docs](https://github.com/quioteframework/filesystem-s3)[ RSS](/packages/quioteframework-filesystem-s3/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

quioteframework/filesystem-s3
=============================

[](#quioteframeworkfilesystem-s3)

AWS S3 filesystem adapter for [Quiote](https://github.com/quioteframework/quiote): a `Quiote\Filesystem\FilesystemAdapterInterface` implementation for `Quiote\Filesystem\FilesystemManager`, built on the `S3Client` from `quioteframework/session-s3` (a minimal hand-rolled AWS Signature Version 4 REST client, not `aws/aws-sdk-php`).

`size()`, `lastModified()`, and `listContents()` are not supported in v1 — the underlying client has no HEAD or list-bucket operation, so these throw `Quiote\Filesystem\FilesystemStorageException`. `read()`/`write()`/`delete()`/`exists()` are fully supported.

Install
-------

[](#install)

```
composer require quioteframework/filesystem-s3

```

Use
---

[](#use)

```
$client = new \Quiote\Storage\S3\S3Client(
    httpClient: $psr18Client,
    region: 'eu-west-1',
    accessKeyId: getenv('AWS_ACCESS_KEY_ID'),
    secretAccessKey: getenv('AWS_SECRET_ACCESS_KEY'),
    bucket: 'my-app-files',
);

$adapter = new \Quiote\Filesystem\S3\S3FilesystemAdapter($client);
$adapter->write('reports/q1.csv', $csv);
$adapter->read('reports/q1.csv');
```

Or, via a container with `S3FilesystemPlugin` registered and `filesystem.disks.s3.*` configured, resolve `Quiote\Filesystem\FilesystemManager` and call `->disk('s3')`.

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (1 commits)")

---

Tags

filesystems3awsstoragequiote

### Embed Badge

![Health badge](/badges/quioteframework-filesystem-s3/health.svg)

```
[![Health](https://phpackages.com/badges/quioteframework-filesystem-s3/health.svg)](https://phpackages.com/packages/quioteframework-filesystem-s3)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k679.9M2.6k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.1k](/packages/league-flysystem-aws-s3-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

3012.1M45](/packages/league-flysystem-async-aws-s3)[verseles/flyclone

PHP wrapper for rclone

102.3k](/packages/verseles-flyclone)

PHPackages © 2026

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