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(1y ago)071MITPHPPHP &gt;=7.4.0

Since Jul 16Pushed 1y 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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

690d 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

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[dumpk/elastcoder

AWS Elastic Transcoder Service Integration

2819.7k](/packages/dumpk-elastcoder)[pluginscart/dynamodb-php

Access AWS DynamoDB through simpler interface in PHP.

1114.0k](/packages/pluginscart-dynamodb-php)

PHPackages © 2026

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