File: README.md

package info (click to toggle)
php-async-aws-ses 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: php: 1,658; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# AsyncAws SES Client

![](https://github.com/async-aws/ses/workflows/Tests/badge.svg?branch=master)
![](https://github.com/async-aws/ses/workflows/BC%20Check/badge.svg?branch=master)

An API client for SES.

## Install

```cli
composer require async-aws/ses
```

## Documentation

See https://async-aws.com/clients/ses.html for documentation.

## Contribute

Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/