PHPackages                             drewlabs/envoyer-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. drewlabs/envoyer-aws

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

drewlabs/envoyer-aws
====================

AWS SES and Pinpoint drivers for envoyer library

v0.2.0(2y ago)027MITPHPPHP &gt;=7.0

Since Jun 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/azlabsphp/envoyer-aws)[ Packagist](https://packagist.org/packages/drewlabs/envoyer-aws)[ RSS](/packages/drewlabs-envoyer-aws/feed)WikiDiscussions master Synced 1mo ago

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

AWS Drivers
===========

[](#aws-drivers)

The library provides `envoyer client` drivers/adapters for `AWS SES`, `AWS Pinpoint` services. A `SESAdapter` is provided by the library as interface to `AWS Simple Email Service` API while, a `PinpointMessageAdapter` is provided as interface for `Short Message Service`.

Usage
-----

[](#usage)

- AWS SES adapter

```
use Drewlabs\Envoyer\Drivers\Aws\SESAdapter;
use Drewlabs\Envoyer\Drivers\Aws\Utils\CredentialsFactory;
use Drewlabs\Envoyer\Mail;

$config = require __DIR__ . '/config.php';

// Build email
$mail = Mail::new()
    ->from($config['email'], 'SERVICES')
    ->to('...')
    ->subject('...')
    ->content('...');

// Create mail adapter
$adapter = SESAdapter::new([
    'region' => $config['region'],
    // Creates a promise object for aws credentials
    'credentials' => CredentialsFactory::create($config['user'], $config['password'])
]);

// Send mail request
$result = $adapter->sendRequest($mail);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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

1063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48c4973d500c7f4233d5ceacab51a57208d5fb60b0f95ae60264cf92380d0534?d=identicon)[azandrew-sidoine](/maintainers/azandrew-sidoine)

---

Top Contributors

[![azandrew-sidoine](https://avatars.githubusercontent.com/u/23530515?v=4)](https://github.com/azandrew-sidoine "azandrew-sidoine (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jdavidbakr/mail-tracker

Logs and tracks all outgoing emails from Laravel

6181.2M1](/packages/jdavidbakr-mail-tracker)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)[humanmade/aws-ses-wp-mail

WordPress plugin to send mail via SES

188250.3k3](/packages/humanmade-aws-ses-wp-mail)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)[itsnubix/aws-sns-sms-channel

AWS SNS SMS Notifications Channel for Laravel

1629.4k](/packages/itsnubix-aws-sns-sms-channel)

PHPackages © 2026

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