PHPackages                             imbo/imbo-s3-adapters - 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. imbo/imbo-s3-adapters

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

imbo/imbo-s3-adapters
=====================

AWS S3 adapters for Imbo

0501[3 PRs](https://github.com/imbo/imbo-s3-adapters/pulls)PHPCI passing

Since Jun 7Pushed 1w agoCompare

[ Source](https://github.com/imbo/imbo-s3-adapters)[ Packagist](https://packagist.org/packages/imbo/imbo-s3-adapters)[ RSS](/packages/imbo-imbo-s3-adapters/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

AWS S3 storage adapters for Imbo
================================

[](#aws-s3-storage-adapters-for-imbo)

[AWS S3](https://aws.amazon.com/s3/) storage adapters for [Imbo](https://imbo.io).

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

[](#installation)

```
composer require imbo/imbo-s3-adapters

```

Usage
-----

[](#usage)

This package provides two storage adapters for Imbo. One for the main images, and one for image variations.

```
use Imbo\Storage\S3 as MainStorage;
use Imbo\EventListener\ImageVariations\Storage\S3 as ImageVariationStorage;

$mainAdapter           = new MainStorage($bucketName, $accessKey, $secret, $region);
$imageVariationAdapter = new ImageVariationStorage($bucketName, $accessKey, $secret, $region);
```

Running integration tests
-------------------------

[](#running-integration-tests)

If you want to run the integration tests for this adapter you need to export the following environment variables:

- `S3_KEY`
- `S3_SECRET`
- `S3_BUCKET`
- `S3_REGION`

You will also need to copy `phpunit.xml.dist` to `phpunit.xml` and comment out or remove the part in the configuration that excludes the integration test group.

**Warning:** The integration tests will empty the specified bucket, so if you intend to run the integration tests you should create a dedicated bucket for this purpose.

License
-------

[](#license)

MIT, see [LICENSE](LICENSE).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance64

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.6% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/249071160?v=4)[cogocogo](/maintainers/cogocogo)[@cogocogo](https://github.com/cogocogo)

---

Top Contributors

[![christeredvartsen](https://avatars.githubusercontent.com/u/25402?v=4)](https://github.com/christeredvartsen "christeredvartsen (39 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![imbo-automation[bot]](https://avatars.githubusercontent.com/in/2630134?v=4)](https://github.com/imbo-automation[bot] "imbo-automation[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/imbo-imbo-s3-adapters/health.svg)

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

PHPackages © 2026

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