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

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

cjrasmussen/aws-helper
======================

Simple helper for some common interactions with the AWS SDK

1.0.3(2y ago)075MITPHPPHP &gt;=7.4.0

Since Jul 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cjrasmussen/AwsHelper)[ Packagist](https://packagist.org/packages/cjrasmussen/aws-helper)[ Docs](https://cjr.dev)[ RSS](/packages/cjrasmussen-aws-helper/feed)WikiDiscussions main Synced today

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

AwsHelper
=========

[](#awshelper)

Simple class for bundling AWS SDK actions that I find to be common.

Usage
-----

[](#usage)

```
use cjrasmussen\AwsHelper\Aws;

$aws = new Aws($s3client, $ec2client);

// BATCH DELETE A SINGLE S3 OBJECT OR AN ARRAY OF S3 OBJECTS BY KEY
$response = $aws->s3->deleteObject($bucket, $objects);

// GET DETAILS ABOUT A SINGLE EC2 INSTANCE, WHETHER IT IS CURRENTLY RUNNING OR NOT
$response = $aws->ec2->getInstanceStatus('i-xxxxeeee2222');
```

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

[](#installation)

Simply add a dependency on cjrasmussen/aws-helper to your composer.json file if you use [Composer](https://getcomposer.org/) to manage the dependencies of your project:

```
composer require cjrasmussen/aws-helper
```

Although it's recommended to use Composer, you can actually include the file(s) any way you want.

License
-------

[](#license)

AwsHelper is [MIT](http://opensource.org/licenses/MIT) licensed.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

745d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0225f44837a665c8a143afa50a34a406a769c523dba31e4cdf73fd0530dede45?d=identicon)[cjrasmussen](/maintainers/cjrasmussen)

---

Top Contributors

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

---

Tags

awsamazon web services

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36418.6M25](/packages/aws-aws-sdk-php-symfony)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[deliciousbrains/wp-amazon-web-services

Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.

43139.1k](/packages/deliciousbrains-wp-amazon-web-services)

PHPackages © 2026

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