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.387.2(yesterday)330Apache-2.0PHPPHP ^8.1CI passing

Since Apr 6Pushed 2w 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 today

READMEChangelogDependencies (36)Versions (60)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

46

—

FairBetter than 92% of packages

Maintenance98

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

58

Last Release

1d 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 (639 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

[moodle/moodle

Moodle - the world's open source learning platform

7.2k88.5k88](/packages/moodle-moodle)[altis/core

Core module for Altis

19228.0k3](/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.

45444.2k1](/packages/pressbooks-pressbooks)[foxxmd/laravel-elasticbeanstalk-cron

Ensure only one Laravel instance is running CRON jobs in an EB environment

62311.8k](/packages/foxxmd-laravel-elasticbeanstalk-cron)

PHPackages © 2026

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