PHPackages                             radig/ses-transport - 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. radig/ses-transport

AbandonedArchivedCakephp-plugin[Mail &amp; Notifications](/categories/mail)

radig/ses-transport
===================

CakePHP transport for Amazon SES

1.0.0(12y ago)21.0k1MITPHPPHP &gt;=5.3.0

Since Sep 9Pushed 12y ago3 watchersCompare

[ Source](https://github.com/radig/SesTransport)[ Packagist](https://packagist.org/packages/radig/ses-transport)[ Docs](https://github.com/radig/SesTransport)[ RSS](/packages/radig-ses-transport/feed)WikiDiscussions master Synced today

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

CakePHP SesTransport
====================

[](#cakephp-sestransport)

Transport to send email with Amazon AWS SES

Dependencies
============

[](#dependencies)

- CakePHP 2.x
- "AWS SDK for PHP 2":

Install
=======

[](#install)

With Composer
-------------

[](#with-composer)

```
    composer install radig/SesTransport
```

Without Composer
----------------

[](#without-composer)

- Clone or download into Plugin directory. Directory should named 'SesTransport'
- Install AWS-SDK for PHP into app/Vendor/AWS

How to use
----------

[](#how-to-use)

Just setup your email configuration as any other

```
    public $default = array(
        'transport' => 'SesTransport.SesApi'
    );
```

Now, just send your message

```
    $email = new CakeEmail()
        ->from($from)
        ->to($to)
        ->subject($subject)
        ->send();
```

h2. Author e Copyright

- *Copyright 2013* "*Radig - Soluções em TI*":
- Licensed under MIT (file attached).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

4680d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b5400117f71ee0df6868fd300a96fceb0405ee8e959ea2df3116387d41c5a83?d=identicon)[CauanCabral](/maintainers/CauanCabral)

---

Top Contributors

[![CauanCabral](https://avatars.githubusercontent.com/u/83092?v=4)](https://github.com/CauanCabral "CauanCabral (1 commits)")

---

Tags

awsemailcakephptransportsesAmazon SESradig

### Embed Badge

![Health badge](/badges/radig-ses-transport/health.svg)

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

###  Alternatives

[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[etailors/mautic-amazon-ses

Amazon SES Mailer Plugin for Mautic

574.2k](/packages/etailors-mautic-amazon-ses)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[juhasev/laravel-ses

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

1710.3k](/packages/juhasev-laravel-ses)

PHPackages © 2026

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