PHPackages                             albertofem/assetic-amazon-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. albertofem/assetic-amazon-s3-bundle

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

albertofem/assetic-amazon-s3-bundle
===================================

Bundle to dump assetic assets to Amazon S3

033PHP

Since Dec 10Pushed 11y agoCompare

[ Source](https://github.com/albertofem/AsseticAmazonS3Bundle)[ Packagist](https://packagist.org/packages/albertofem/assetic-amazon-s3-bundle)[ RSS](/packages/albertofem-assetic-amazon-s3-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

AsseticAmazonS3Bundle
=====================

[](#asseticamazons3bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7e885c1ea9bc6e1486be3ae73c9188bcb89103d801dec65890298a950b4e60a7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c626572746f66656d2f41737365746963416d617a6f6e533342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/albertofem/AsseticAmazonS3Bundle/?branch=master)

Bundle to dump assetic assets to Amazon S3

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

[](#installation)

Require the package in your composer.json:

```
composer require albertofem/assetic-amazon-s3-bundle dev-master

```

Enable it in your Appkernel:

```
public function registerBundles()
{
    $bundles = [
        ....
        new \AFM\Bundle\AsseticAmazonS3Bundle\AFMAsseticAmazonS3Bundle(),
    ]
}
```

Configuration
-------------

[](#configuration)

You must provided the following parameters:

```
aws_key: ~
aws_secret_key: ~
aws_region: ~
```

Also, you need change the `write_to` parameter to your s3 bucket:

```
assetic:
    write_to: s3://my_bucket
```

Usage
-----

[](#usage)

Just use the normal assets commands but using s3 as the target:

```
php app/console assetic:dump

```

```
php app/console assets:install s3://my-bucket

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![albertofem](https://avatars.githubusercontent.com/u/409472?v=4)](https://github.com/albertofem "albertofem (5 commits)")

### Embed Badge

![Health badge](/badges/albertofem-assetic-amazon-s3-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/albertofem-assetic-amazon-s3-bundle/health.svg)](https://phpackages.com/packages/albertofem-assetic-amazon-s3-bundle)
```

PHPackages © 2026

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