PHPackages                             magroski/simple-ses - 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. magroski/simple-ses

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

magroski/simple-ses
===================

A quick and simple way to send emails using Amazon SES.

v1.0.1(3y ago)013.9kMITPHPPHP ^7.1 || ^8

Since May 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/magroski/simple-ses)[ Packagist](https://packagist.org/packages/magroski/simple-ses)[ RSS](/packages/magroski-simple-ses/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Simple SES
==========

[](#simple-ses)

[![Latest Stable Version](https://camo.githubusercontent.com/9a23354e8bd60baa0b9e411aee9b9e71d6d98993c797b9c7c5da889439e1b3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6167726f736b692f73696d706c652d7365732e7376673f7374796c653d666c6174)](https://packagist.org/packages/magroski/simple-ses)[![Minimum PHP Version](https://camo.githubusercontent.com/7a09b828563f7738e2e72ec4aade8144538bf5d41e1e2e718815c57e3416089f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e312d3838393242462e7376673f7374796c653d666c6174)](https://php.net/)[![GitHub license](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://github.com/magroski/simple-ses/blob/master/LICENSE)

This library provides a quick and simple way to send emails using Amazon SES.

Usage examples
--------------

[](#usage-examples)

```
$config = new Config('access_key', 'secret_key', 'ue-east-1');

$client = new Client($config);

# Single Recipient
$client->send('Subject', 'Body', 'recipient@cool.com');

# Multiple Recipients
$client->send('Subject', 'Body', ['recipient@cool.com', 'another@email.com']);

# Text instead of html
$client->send('Subject', 'Body', 'recipient@nice.com', true);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

1261d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.0.1PHP ^7.1 || ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/7de9d1243823f8924284bcd592f89b99c2e1c010e2388a14f435efc0abc1ed33?d=identicon)[magroski](/maintainers/magroski)

---

Top Contributors

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

---

Tags

awsemailses

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/magroski-simple-ses/health.svg)

```
[![Health](https://phpackages.com/badges/magroski-simple-ses/health.svg)](https://phpackages.com/packages/magroski-simple-ses)
```

###  Alternatives

[async-aws/ses

SES client, part of the AWS SDK provided by AsyncAws.

4810.6M12](/packages/async-aws-ses)[juhasev/laravel-ses

Allows you to track opens, deliveries, bounces, complaints and clicked links when sending emails through Laravel and Amazon SES

1710.0k](/packages/juhasev-laravel-ses)[putyourlightson/craft-amazon-ses

Amazon SES mailer adapter.

1190.4k2](/packages/putyourlightson-craft-amazon-ses)[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)[serendipity_hq/bundle-aws-ses-monitor

Symfony bundle to monitor AWS SES bounces, complaints and deliveries through SNS. Comes with a command to fully configure the topics and includes configurable SwiftMailer filter to avoid sending emails to bounced and complained emails.

1380.7k](/packages/serendipity-hq-bundle-aws-ses-monitor)

PHPackages © 2026

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