PHPackages                             klizer/akeneo-aws-s3-bundle - 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. klizer/akeneo-aws-s3-bundle

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

klizer/akeneo-aws-s3-bundle
===========================

Akeneo bundle to configure AWS S3 for file storage

V5.0(12mo ago)07MITPHPPHP &gt;=7.4

Since Apr 17Pushed 12mo agoCompare

[ Source](https://github.com/klizerteam/akeneo-aws-s3-bundle)[ Packagist](https://packagist.org/packages/klizer/akeneo-aws-s3-bundle)[ RSS](/packages/klizer-akeneo-aws-s3-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

🪣 Akeneo AWS S3 Bundle
======================

[](#-akeneo-aws-s3-bundle)

A Symfony bundle that integrates **Amazon S3** as a storage backend for **Akeneo PIM**.

---

📦 Features
----------

[](#-features)

- ✅ Configure AWS S3 for storing media and asset files in Akeneo
- ⚙️ Compatible with **Akeneo PIM 7.x**
- 🔄 Automatically updates Flysystem configuration
- 🔐 Uses environment variables or configuration files for AWS credentials
- 🧩 Simple Composer-based installation

---

🚀 Installation
--------------

[](#-installation)

### 1. Install via Composer

[](#1-install-via-composer)

Run the following command in your Akeneo root directory:

```
composer require klizer/akeneo-aws-s3-bundle
```

---

### 2. Register the Bundle (if not auto-registered)

[](#2-register-the-bundle-if-not-auto-registered)

In `config/bundles.php`, add:

```
return [
    // ...
    Klizer\AwsS3Bundle\AwsS3Bundle::class => ['all' => true],
];
```

---

### 3. Configure Autoloading (if needed)

[](#3-configure-autoloading-if-needed)

In your project’s root `composer.json`, add:

```
"autoload": {
  "psr-4": {
    "Klizer\\AwsS3Bundle\\": "vendor/klizer/akeneo-aws-s3-bundle/src/AwsS3Bundle/"
  }
}
```

Then dump the autoloader:

```
composer dump-autoload
```

---

### 4. Run the Setup Command

[](#4-run-the-setup-command)

```
php bin/console klizer:setup:aws-s3
```

This will:

- Validate your AWS environment configuration
- Generate necessary service files
- Update Flysystem settings to use AWS S3

---

⚙️ Configuration Summary
------------------------

[](#️-configuration-summary)

Once setup is complete:

- AWS credentials are pulled from environment variables
- Flysystem config is auto-updated to use AWS S3
- Media and assets are stored and retrieved from S3 seamlessly

---

🧰 Requirements
--------------

[](#-requirements)

- PHP **7.4+**
- Akeneo **7.x**
- Symfony **5.x / 6.x**
- AWS S3 account with programmatic access (IAM user)

---

👨‍🔧 Maintainer
--------------

[](#‍-maintainer)

**Klizer Development Team**
📫

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance50

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Every ~6 days

Total

5

Last Release

362d ago

Major Versions

V1.0 → V2.02025-05-12

V2.0 → V3.02025-05-13

V3.0 → V4.02025-05-14

V4.0 → V5.02025-05-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d437d1b3643fe442380fbd63b0cb60af80d85584354c6fd72e9ba84d1951282?d=identicon)[prakashdckap](/maintainers/prakashdckap)

---

Top Contributors

[![prakashdckap](https://avatars.githubusercontent.com/u/110586799?v=4)](https://github.com/prakashdckap "prakashdckap (18 commits)")

### Embed Badge

![Health badge](/badges/klizer-akeneo-aws-s3-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/klizer-akeneo-aws-s3-bundle/health.svg)](https://phpackages.com/packages/klizer-akeneo-aws-s3-bundle)
```

###  Alternatives

[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M116](/packages/vich-uploader-bundle)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217240.8k1](/packages/vinelab-cdn)[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)

PHPackages © 2026

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