PHPackages                             nassau/kunstmaan-static-site-s3-backend - 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. nassau/kunstmaan-static-site-s3-backend

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

nassau/kunstmaan-static-site-s3-backend
=======================================

S3 Backend for Kunstmaan Static Site Bundle

0.1(9y ago)03MIT

Since Dec 14Compare

[ Source](https://github.com/mlebkowski/kunstmaan-static-site-s3-backend)[ Packagist](https://packagist.org/packages/nassau/kunstmaan-static-site-s3-backend)[ RSS](/packages/nassau-kunstmaan-static-site-s3-backend/feed)WikiDiscussions Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

S3 Backend for [Kunstmaan Static Site Bundle](https://github.com/mlebkowski/kunstmaan-static-site-bundle)
=========================================================================================================

[](#s3-backend-for-kunstmaan-static-site-bundle)

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

[](#installation)

`composer require nassau/kunstmaan-static-site-s3-backend`

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

[](#configuration)

```
# app/config.yml

kunstmaan_static_site_s3_backend:
    access_key: AWS_ACCESS_KEY
    access_secret: AWS_ACCESS_SECRET
    buckets:
        default:
            bucket_name: foobar-bucket
            target_path: /
            acl: public-read
        other_bucket:
            access_key: CUSTOM_AWS_ACCESS_KEY
            access_secret: CUSTOM_AWS_ACCESS_SECRET
            bucket_name: other-bucket
            target_path: /docs
```

Usage
-----

[](#usage)

You can now export your static site directly to a S3 bucket using `s3:` scheme

```
app/console nassau:static-site:dump s3:

```

The "default" bucket values will be used, but you can override them if you want.

```
app/console nassau:static-site:dump s3://key:secret@bucket-name-or-config-name/custom-target-path

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8572223899390b494d1282b615009bc2eea5ef1cd6bfc22f6e6b175034dadfe0?d=identicon)[mlebkowski](/maintainers/mlebkowski)

---

Top Contributors

[![mlebkowski](https://avatars.githubusercontent.com/u/848731?v=4)](https://github.com/mlebkowski "mlebkowski (2 commits)")

### Embed Badge

![Health badge](/badges/nassau-kunstmaan-static-site-s3-backend/health.svg)

```
[![Health](https://phpackages.com/badges/nassau-kunstmaan-static-site-s3-backend/health.svg)](https://phpackages.com/packages/nassau-kunstmaan-static-site-s3-backend)
```

PHPackages © 2026

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