File: README.md

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

![CI](https://github.com/async-aws/ses/actions/workflows/ci.yml/badge.svg?branch=master)
![BC Check](https://github.com/async-aws/ses/actions/workflows/checks.yml/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/