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[2 PRs](https://github.com/imbo/imbo-s3-adapters/pulls)PHPCI passing

Since Jan 28Pushed 3w 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 yesterday

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 32% of packages

Maintenance62

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.1% 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://www.gravatar.com/avatar/7414511ed44259dd5f64ebb112f6e45b3434a341cd5e7b4135aa6db718c78972?d=identicon)[cogocogo](/maintainers/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] (2 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)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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