PHPackages                             sonergia/aws - 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. [API Development](/categories/api)
4. /
5. sonergia/aws

ActiveLibrary[API Development](/categories/api)

sonergia/aws
============

AWS Php SDK Wrapper

1.0.0(4y ago)035.0k↓50%PHP

Since Jun 24Pushed 4y ago1 watchersCompare

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

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

Sonergia-aws
============

[](#sonergia-aws)

Aws PHP SDK wrapper library
---------------------------

[](#aws-php-sdk-wrapper-library)

Library for making work with AWS PHP SDK easier

### Installation

[](#installation)

```
composer require sonergia/aws

```

### Modules:

[](#modules)

#### SQS

[](#sqs)

Intended to be used with [Amazon Simple Queue Service](https://aws.amazon.com/fr/sqs/)

##### Basic Usage

[](#basic-usage)

```
use Sonergia\Aws\Queue;
use Sonergia\Aws\Message;
use Aws\Sqs\SqsClient;
use Aws\Credentials\Credentials;

$client = new SqsClient([
    'version' => 'latest',
    'region' => 'eu-west-3',
    'credentials' => new Credentials($key, $secret)
]);

$queue = new Queue($client, $yourQueueUrl);
$queue->sendMessage(new Message('Hello'));

```

### Testing

[](#testing)

- Make your phpunit.xml (ex. phpunit.xml.dist)

```
cd aws
docker-compose up --build
docker exec -it  sonergia-aws-php vendor/bin/phpunit  --testdox

```

Credits
-------

[](#credits)

Sqs Dockerfile :

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2021 Sonergia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1789d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/51f802cc296c48d819fb8f0c2cbe468d5776d66ab2518e1cb43377b044ac4403?d=identicon)[alevino](/maintainers/alevino)

![](https://www.gravatar.com/avatar/9b6928d640cc36e4532f31ea9bf22ec6aad53097e7f75afb12e969dcea402fb9?d=identicon)[Digital Factory](/maintainers/Digital%20Factory)

---

Top Contributors

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

---

Tags

composer-packagepackagistphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sociallydev/spaces-api

Library for accessing Digital Ocean spaces

218428.6k](/packages/sociallydev-spaces-api)[thephalcons/amazon-webservices-bundle

A Symfony2 Bundle for interfacing with Amazon Web Services (AWS)

110224.7k](/packages/thephalcons-amazon-webservices-bundle)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[cion/laravel-text-to-speech

This package creates a shared API to easily use Text to Speech functionalities amongst different TTS providers.

4228.3k](/packages/cion-laravel-text-to-speech)[larareko/aws-rekognition

A Laravel package for the AWS Rekognition

2013.1k](/packages/larareko-aws-rekognition)

PHPackages © 2026

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