PHPackages                             sunaoka/aws-sdk-php-structures - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sunaoka/aws-sdk-php-structures

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sunaoka/aws-sdk-php-structures
==============================

Library for converting AWS SDK for PHP parameters and results into typed classes

3.391.1(1w ago)354Apache-2.0PHPPHP ^8.1CI passing

Since Apr 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/sunaoka/aws-sdk-php-structures)[ Packagist](https://packagist.org/packages/sunaoka/aws-sdk-php-structures)[ RSS](/packages/sunaoka-aws-sdk-php-structures/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (56)Versions (84)Used By (0)

AWS SDK Structures for PHP
==========================

[](#aws-sdk-structures-for-php)

This is an **EXPERIMENTAL** library for converting [AWS SDK for PHP](https://github.com/aws/aws-sdk-php)parameters and results into typed classes.

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

[](#installation)

### Remove unused services and actions

[](#remove-unused-services-and-actions)

This library contains a very large number of class files.

So, you can run the `Sunaoka\Aws\Structures\Task\Composer::removeUnusedServices` task and specify the services you want to keep in `composer.json`:

```
{
    "scripts": {
        "pre-autoload-dump": [
            "Sunaoka\\Aws\\Structures\\Task\\Composer::removeUnusedServices"
        ]
    },
    "extra": {
        "sunaoka/aws-sdk-php-structures": {
            "S3": [
                "GetObject"  // Keep S3 GetObject action
            ],
            "DynamoDb": []   // Keep DynamoDb all actions
        }
    }
}
```

### Install

[](#install)

```
composer require sunaoka/aws-sdk-php-structures
```

Usage
-----

[](#usage)

```
use Sunaoka\Aws\Structures\S3\GetObject\GetObjectRequest;
use Sunaoka\Aws\Structures\S3\S3Client;

// The class of the request is 'Request'.
$request = new GetObjectRequest([
    'Bucket' => 'bucket',
    'Key' => 'key',
]);

$client = new S3Client([/* ... */]);
$result = $client->getObject($request);

echo $result->Body->getContents();
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance94

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~1 days

Total

82

Last Release

10d ago

PHP version history (4 changes)3.278.3PHP ^5.5 || ^7.0 || ^8.0

3.319.4PHP ^7.2.5 || ^8.0

3.337.3PHP ^8.0

3.376.3PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![sunaoka](https://avatars.githubusercontent.com/u/105845?v=4)](https://github.com/sunaoka "sunaoka (646 commits)")

---

Tags

aws-sdk-phpphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sunaoka-aws-sdk-php-structures/health.svg)

```
[![Health](https://phpackages.com/badges/sunaoka-aws-sdk-php-structures/health.svg)](https://phpackages.com/packages/sunaoka-aws-sdk-php-structures)
```

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121269.8k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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