PHPackages                             laravel-expansions/aws-helpers - 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. laravel-expansions/aws-helpers

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

laravel-expansions/aws-helpers
==============================

Simple AWS SDK Helpers

v1.1.0(3y ago)2112MITPHP

Since Jul 11Pushed 3y agoCompare

[ Source](https://github.com/laravel-expansions/aws-helpers)[ Packagist](https://packagist.org/packages/laravel-expansions/aws-helpers)[ Docs](https://github.com/laravel-expansions/aws-helpers)[ RSS](/packages/laravel-expansions-aws-helpers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

AWS Helpers
===========

[](#aws-helpers)

Simple AWS SDK Helpers

Install
-------

[](#install)

Please install in an existing Laravel project.

```
composer require laravel-expansions/aws-helpers

```

Helpers
-------

[](#helpers)

### lambda()

[](#lambda)

Returns my custom lambda instance for simple operations.

- -&gt;get()

Synchronize the specified Lambda and get the result.

```
$response = lambda($functionName)->get($payload);
```

- -&gt;push()

Executes the specified Lambda asynchronously. You will not receive any results.

```
lambda($functionName)->push($payload);
```

### kinesis()

[](#kinesis)

Returns my custom kinesis instance for simple operations.

- -&gt;putRecord()

Send one record.

```
kinesis()->putRecord($record);
```

- -&gt;putRecords()

Send max 500 records.

```
kinesis()->putRecords($records);
```

### ssm()

[](#ssm)

Returns my custom ssm instance for simple operations.

```
$secret = ssm(['SecretName1', 'SecretName2']);

$secretValue1 = $secret->SecretName1;
$secretValue2 = $secret->SecretName2;
```

If you want not decryption value then set second argument to false.

```
$secret = ssm(['SecretName1', 'SecretName2'], false);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

2

Last Release

1387d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

awsaws-lambdakinesislambdalaravellaravelhelperawsKinesislambda

### Embed Badge

![Health badge](/badges/laravel-expansions-aws-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-expansions-aws-helpers/health.svg)](https://phpackages.com/packages/laravel-expansions-aws-helpers)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[dumpk/elastcoder

AWS Elastic Transcoder Service Integration

2819.7k](/packages/dumpk-elastcoder)

PHPackages © 2026

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