PHPackages                             ryunosuke/aws-sdk-helper - 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. ryunosuke/aws-sdk-helper

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

ryunosuke/aws-sdk-helper
========================

aws-sdk-php helper

v1.2.1(2mo ago)05MITPHPPHP &gt;=8.2

Since Jan 9Pushed 2mo agoCompare

[ Source](https://github.com/arima-ryunosuke/php-aws-sdk-helper)[ Packagist](https://packagist.org/packages/ryunosuke/aws-sdk-helper)[ RSS](/packages/ryunosuke-aws-sdk-helper/feed)WikiDiscussions master Synced 1mo ago

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

PHP AWS SDK Helper
==================

[](#php-aws-sdk-helper)

Description
-----------

[](#description)

AWS SDK のタイプヒントが全て `array $args = []` なのは開発体験が悪いため、array-shapes 記法で生成できるようにしたものです。 要するに  の array-shapes 版です。

phpstorm は同じ名前空間・同じクラス名を見つけるとマージしてコード補完してくれるので、どこかに吐き出せばそれで十分なのです。 なので SDK 側で返すべき Client を差し替えたりラップする必要はありません。 そもそも `src/Client` 以下のクラスが実行されることすらありません。完全にコード補完のためだけに存在します。

その他、AWS 関係の個人用の何らかのヘルパークラスがありますが、基本的には上記の使い方のみです。

Usage
-----

[](#usage)

```
composer exec generate S3 EC2*

```

などすると Client 定義が吐き出され、かつ AWS SDK の Client 側が phpstorm 内で無効になります。 サービスを指定しないと全 Client が吐き出されます。

License
-------

[](#license)

MIT

Release
-------

[](#release)

バージョニングは romantic versioning に準拠します（semantic versioning ではありません）。

- メジャー: 大規模な互換性破壊の際にアップします（アーキテクチャ、クラス構造の変更など）
- マイナー: 小規模な互換性破壊の際にアップします（引数の変更、小規模破壊を伴う修正など）
- パッチ: 互換性破壊はありません（デフォルト引数の追加や、新たなクラスの追加、コードフォーマットなど）

### 1.2.1

[](#121)

- \[feature\] S3Helper を追加
- \[feature\] Helper で微妙に定義が異なる型を埋め込む必要があるので shape をエクスポートする機能
- \[fixbug\] interface/trait も読み込まないと完全に互換の型にならない

### 1.2.0

[](#120)

- \[\*fixbug\] README に嘘が書かれていたので修正
- \[fixbug\] extends \\Aws\\AwsClient しないと getCommand とか getPaginator などでエラーが出る

### 1.1.0

[](#110)

- \[feature\] 一括で phpstorm の管理外にするバッチ
- \[change\] psalm-type にしたら phpstorm が固まってしまったので全出力は止めて選択制にする
- \[feature\] psalm-type に変更
- \[feature\] phpstorm で array\[\] に array を与えると警告が出る
- \[fixbug\] 名前空間のミス

### 1.0.0

[](#100)

- 公開

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

4

Last Release

77d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v1.2.1PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e51e177034dd7673cfaa86a43d5236ed7a6bc94f32d05c9100b039d908cd1174?d=identicon)[arima-ryunosuke](/maintainers/arima-ryunosuke)

---

Top Contributors

[![arima-ryunosuke](https://avatars.githubusercontent.com/u/7457522?v=4)](https://github.com/arima-ryunosuke "arima-ryunosuke (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ryunosuke-aws-sdk-helper/health.svg)

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

###  Alternatives

[yonas/directory-hash-php

A standard algorithm to compute the hash of a directory and all it's files.

112.0k](/packages/yonas-directory-hash-php)

PHPackages © 2026

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