PHPackages                             aligent/orocommerce-s3mediabundle - 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. aligent/orocommerce-s3mediabundle

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

aligent/orocommerce-s3mediabundle
=================================

Amazon S3 Based media storage for Oro Platform (OroCommerce and OroCRM)

6.1.0(11mo ago)01.6k3[1 issues](https://github.com/aligent/orocommerce-s3mediabundle/issues)[4 PRs](https://github.com/aligent/orocommerce-s3mediabundle/pulls)MITPHPCI failing

Since Nov 20Pushed 2mo ago26 watchersCompare

[ Source](https://github.com/aligent/orocommerce-s3mediabundle)[ Packagist](https://packagist.org/packages/aligent/orocommerce-s3mediabundle)[ Docs](https://github.com/aligent/orocommerce-s3mediabundle)[ RSS](/packages/aligent-orocommerce-s3mediabundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (12)Versions (22)Used By (0)

Amazon S3 Media Storage Bundle for Oro Platform
===============================================

[](#amazon-s3-media-storage-bundle-for-oro-platform)

Info
----

[](#info)

- composer name: aligent/orocommerce-s3mediabundle

Description
-----------

[](#description)

This bundle provides configuration for using S3 buckets for media storage in Oro Platform by configuring the KNPGaufrette Bundle. It will work with both OroCommerce and OroCRM versions based on Oro Platform 6.1.0 and later. For older versions of OroCommerce use one of the older releases of this module.

### Parameters

[](#parameters)

```
    amazon_s3.bucket_name: s3-bucket-name
    amazon_s3.region: ap-southeast-2
    amazon_s3.key: USER_KEY
    amazon_s3.secret: SUPER_SECRET

```

The key and secret are optional in an ECS environment, as the ECS credentials provider is used as a fallback if neither of them exist.

Installation Instructions
-------------------------

[](#installation-instructions)

1. Install this module via Composer

    ```
     composer require aligent/orocommerce-s3mediabundle

    ```
2. Create the parameters (above) in your parameters.yml.
3. Clear cache

    ```
     php bin/console cache:clear --env=prod

    ```

AWS Setup
---------

[](#aws-setup)

1. Create an Amazon S3 bucket. Default settings and permissions are fine, there is no need for the bucket to be public.
2. Create the following IAM Customer Managed Policy (which grants full access to a single S3 bucket) substituting NameOfBucketHere with your S3 bucket's name:

    ```
     {
         "Version": "2012-10-17",
         "Statement": [
             {
                 "Effect": "Allow",
                 "Action": "s3:*",
                 "Resource": [
                     "arn:aws:s3:::NameOfBucketHere",
                     "arn:aws:s3:::NameOfBucketHere/*"
                 ]
             }
         ]
     }

    ```
3. Create an IAM user, directly attach your new policy and generate Access and Secret keys. Insert those values into your parameters.yml (see above), clear cache and you're good to go!

Support
-------

[](#support)

If you have any issues with this bundle, please create a [pull request](https://github.com/aligent/orocommerce-s3mediabundle/pulls)with a failing test that demonstrates the problem you've found. If you're really stuck, feel free to open [GitHub issue](https://github.com/aligent/orocommerce-s3mediabundle/issues).

Contribution
------------

[](#contribution)

Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

Developer
---------

[](#developer)

Initial version by Adam Hall .

Minor tweaks for OroCommerce 3.0 by Jim O'Halloran

Updates for Oro Platform 4.0, 5.1 &amp; 6.1 by Jim O'Halloran

Licence
-------

[](#licence)

[MIT](https://opensource.org/licenses/mit)

Copyright
---------

[](#copyright)

(c) 2018-25 Aligent Consulting &amp; Contributors

###  Health Score

46

↑

FairBetter than 93% of packages

Maintenance70

Regular maintenance activity

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~182 days

Recently: every ~230 days

Total

14

Last Release

355d ago

Major Versions

1.1.0 → 2.0.02019-09-12

1.1.2 → 3.1.x-dev2021-05-10

3.1.x-dev → 4.1.x-dev2021-05-10

4.2.x-dev → 5.0.x-dev2022-11-16

5.1.x-dev → 6.1.02025-05-23

PHP version history (2 changes)1.0.0PHP &gt;=7.1

4.1.x-devPHP ~7.3.13 || ~7.4.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2562970d9b77564454ead1236c1db5ddedb44198bb00925b614418c4105f541?d=identicon)[aligent](/maintainers/aligent)

---

Top Contributors

[![AdamJHall](https://avatars.githubusercontent.com/u/7251527?v=4)](https://github.com/AdamJHall "AdamJHall (30 commits)")[![Zigr1](https://avatars.githubusercontent.com/u/36465099?v=4)](https://github.com/Zigr1 "Zigr1 (6 commits)")[![aligentjim](https://avatars.githubusercontent.com/u/1243412?v=4)](https://github.com/aligentjim "aligentjim (5 commits)")[![JamesLaB01](https://avatars.githubusercontent.com/u/86330205?v=4)](https://github.com/JamesLaB01 "JamesLaB01 (1 commits)")

---

Tags

amazons3awsOROOroPlatformOroCrmOroCommerce

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aligent-orocommerce-s3mediabundle/health.svg)

```
[![Health](https://phpackages.com/badges/aligent-orocommerce-s3mediabundle/health.svg)](https://phpackages.com/packages/aligent-orocommerce-s3mediabundle)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217240.8k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

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

104997.5k5](/packages/aws-aws-sdk-php-zf2)[publiux/laravelcdn

Content Delivery Network (CDN) Package for Laravel

155230.4k](/packages/publiux-laravelcdn)[aws/aws-sdk-php-silex

A simple Silex service provider for including the AWS SDK for PHP.

84624.6k2](/packages/aws-aws-sdk-php-silex)

PHPackages © 2026

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