PHPackages                             apiopenstudio/transport\_s3 - 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. apiopenstudio/transport\_s3

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

apiopenstudio/transport\_s3
===========================

Transport S3 for ApiOpenStudio output.

v1.0.0-BETA(3y ago)00MITPHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/naala89/plugins_transport_s3)[ Packagist](https://packagist.org/packages/apiopenstudio/transport_s3)[ RSS](/packages/apiopenstudio-transport-s3/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Transport S3
============

[](#transport-s3)

Transport for ApiOpenStudio output to an AWS S3 bucket

Adding to your project
======================

[](#adding-to-your-project)

Composer
--------

[](#composer)

```
$ composer require apiopenstudio/transport_s3

```

Configuration
=============

[](#configuration)

Add a remote output processor to your resource.

The output section example below will return the output in the response as well as upload the response to an S3 bucket:

```
output:
    -
        processor: xml_remote
        id: example XML Remote output
        filename: example.xml
        transport: ApiOpenStudio\Plugins\TransportS3
        parameters:
            key: my_aws_s3_bucket_key
            secret: my_aws_s3_bucket_secret
            bucket: my_bucket_name
            version: version
            region: my_bucket_region (optional)
    -
        response

```

**Note:** the value for the transport is the full namespace path.

Parameters
----------

[](#parameters)

### Required

[](#required)

- key - AWS S3 key
- secret - AWS S3 secret
- bucket - AWS S3 bucket name
- version - latest|version

### Optional

[](#optional)

- region - AWS S3 bucket region

Further information
===================

[](#further-information)

See [FlySystem documentation](https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/) and [The League GitHub](https://github.com/thephpleague/flysystem-aws-s3-v3) for more details.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

1419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3fc292c9888632c084e9beb65e19db9c840c372710996e4f8c96da78ebde342a?d=identicon)[naala89](/maintainers/naala89)

---

Tags

apifilesystemFlysystems3awsfilestoragetransportapiopenstudio

### Embed Badge

![Health badge](/badges/apiopenstudio-transport-s3/health.svg)

```
[![Health](https://phpackages.com/badges/apiopenstudio-transport-s3/health.svg)](https://phpackages.com/packages/apiopenstudio-transport-s3)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.1k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)

PHPackages © 2026

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