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

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

polevaultweb/s3-filesystem
==========================

Amazon S3 extension of the Codeception Filesystem module.

2.0(10mo ago)445.2k↑42.9%5MITPHPPHP &gt;=7.4.0

Since Jan 26Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/polevaultweb/s3-filesystem)[ Packagist](https://packagist.org/packages/polevaultweb/s3-filesystem)[ Docs](https://github.com/polevaultweb/s3-filesystem)[ RSS](/packages/polevaultweb-s3-filesystem/feed)WikiDiscussions master Synced 2d ago

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

s3-filesystem
=============

[](#s3-filesystem)

An Amazon S3 Filesystem module for Codeception.

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

[](#installation)

To install simply require the package in the `composer.json` file like

```
  "require-dev":
    {
      "polevaultweb/s3-filesystem": "master@dev"
    }
```

and then use `composer update` to fetch the package.
After that follow the configuration instructions below.

### S3Filesystem configuration

[](#s3filesystem-configuration)

S3Filesystem extends `Filesystem` module hence any parameter required and available to that module is required and available in `S3Filesystem` as well.
In the suite `.yml` configuration file add the module among the loaded ones:

```
  modules:
      enabled:
          - S3Filesystem
      config:
          S3Filesystem:
              accessKey: xxxxxxxxxxxx
              accessSecret: xxxxxxxxxxxxxxxxxxxxxxxx
```

### Supports

[](#supports)

- doesFileExist
- doesBucketExist
- deleteBucket
- getBucketLocation

And assertions

- seeFile
- seeBucket
- seeBucketLocation

### Usage

[](#usage)

```
$I = new AcceptanceTester( $scenario );

$I->setBucket( 'my-bucket' );
$I->seeFile( 'path/to/file.jpg' );
$I->seeBucketLocation( 'eu-west-1' );
```

Or for single uses you can chain like so:

```
$I = new AcceptanceTester( $scenario );

$I->setBucket( 'my-bucket' )->seeFile( 'path/to/file.jpg' );
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance53

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~675 days

Total

4

Last Release

324d ago

Major Versions

1.2 → 2.02025-08-14

PHP version history (2 changes)1.0PHP &gt;=5.4.0

2.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1770201?v=4)[Iain Poulson](/maintainers/polevaultweb)[@polevaultweb](https://github.com/polevaultweb)

---

Top Contributors

[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (20 commits)")[![ianmjones](https://avatars.githubusercontent.com/u/4710?v=4)](https://github.com/ianmjones "ianmjones (8 commits)")[![eriktorsner](https://avatars.githubusercontent.com/u/2832047?v=4)](https://github.com/eriktorsner "eriktorsner (2 commits)")

---

Tags

s3awscodeception

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/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.7k38.2M84](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1361.9M14](/packages/aws-aws-sdk-php-resources)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

1071.0M5](/packages/aws-aws-sdk-php-zf2)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217244.0k1](/packages/vinelab-cdn)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

92716.4k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

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