Skip to content

Commit

Permalink
Deprecate Laravel/Mail bridge (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Aug 9, 2023
1 parent 6d56cba commit 02f202d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ See full documentation on [https://async-aws.com](https://async-aws.com).
| [async-aws/async-aws-bundle](https://github.com/async-aws/symfony-bundle) | [![Latest Stable Version](https://poser.pugx.org/async-aws/async-aws-bundle/v/stable)](https://packagist.org/packages/async-aws/async-aws-bundle) [![Total Downloads](https://poser.pugx.org/async-aws/async-aws-bundle/downloads)](https://packagist.org/packages/async-aws/async-aws-bundle) | [![](https://github.com/async-aws/symfony-bundle/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/symfony-bundle/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/symfony-bundle.svg)](https://github.com/async-aws/symfony-bundle/releases) |
| [async-aws/dynamo-db-session](https://github.com/async-aws/dynamo-db-session) | [![Latest Stable Version](https://poser.pugx.org/async-aws/dynamo-db-session/v/stable)](https://packagist.org/packages/async-aws/dynamo-db-session) [![Total Downloads](https://poser.pugx.org/async-aws/dynamo-db-session/downloads)](https://packagist.org/packages/async-aws/dynamo-db-session) | [![](https://github.com/async-aws/dynamo-db-session/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/dynamo-db-session/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/dynamo-db-session.svg)](https://github.com/async-aws/dynamo-db-session/releases) |
| [async-aws/illuminate-cache](https://github.com/async-aws/illuminate-cache) | [![Latest Stable Version](https://poser.pugx.org/async-aws/illuminate-cache/v/stable)](https://packagist.org/packages/async-aws/illuminate-cache) [![Total Downloads](https://poser.pugx.org/async-aws/illuminate-cache/downloads)](https://packagist.org/packages/async-aws/illuminate-cache) | [![](https://github.com/async-aws/illuminate-cache/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/illuminate-cache/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/illuminate-cache.svg)](https://github.com/async-aws/illuminate-cache/releases) |
| [async-aws/illuminate-mail](https://github.com/async-aws/illuminate-mail) | [![Latest Stable Version](https://poser.pugx.org/async-aws/illuminate-mail/v/stable)](https://packagist.org/packages/async-aws/illuminate-mail) [![Total Downloads](https://poser.pugx.org/async-aws/illuminate-mail/downloads)](https://packagist.org/packages/async-aws/illuminate-mail) | [![](https://github.com/async-aws/illuminate-mail/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/illuminate-mail/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/illuminate-mail.svg)](https://github.com/async-aws/illuminate-mail/releases) |
| [async-aws/illuminate-queue](https://github.com/async-aws/illuminate-queue) | [![Latest Stable Version](https://poser.pugx.org/async-aws/illuminate-queue/v/stable)](https://packagist.org/packages/async-aws/illuminate-queue) [![Total Downloads](https://poser.pugx.org/async-aws/illuminate-queue/downloads)](https://packagist.org/packages/async-aws/illuminate-queue) | [![](https://github.com/async-aws/illuminate-queue/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/illuminate-queue/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/illuminate-queue.svg)](https://github.com/async-aws/illuminate-queue/releases) |
| [async-aws/monolog-cloud-watch](https://github.com/async-aws/monolog-cloud-watch) | [![Latest Stable Version](https://poser.pugx.org/async-aws/monolog-cloud-watch/v/stable)](https://packagist.org/packages/async-aws/monolog-cloud-watch) [![Total Downloads](https://poser.pugx.org/async-aws/monolog-cloud-watch/downloads)](https://packagist.org/packages/async-aws/monolog-cloud-watch) | [![](https://github.com/async-aws/monolog-cloud-watch/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/monolog-cloud-watch/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/monolog-cloud-watch.svg)](https://github.com/async-aws/monolog-cloud-watch/releases) |
| [async-aws/simple-s3](https://github.com/async-aws/simple-s3) | [![Latest Stable Version](https://poser.pugx.org/async-aws/simple-s3/v/stable)](https://packagist.org/packages/async-aws/simple-s3) [![Total Downloads](https://poser.pugx.org/async-aws/simple-s3/downloads)](https://packagist.org/packages/async-aws/simple-s3) | [![](https://github.com/async-aws/simple-s3/workflows/BC%20Check/badge.svg?branch=master)](https://github.com/async-aws/simple-s3/actions) | [![](https://async-aws-pr.github.io/commits-since-release-counter/simple-s3.svg)](https://github.com/async-aws/simple-s3/releases) |
Expand Down
25 changes: 1 addition & 24 deletions docs/integration/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: integration

The AsyncAws integrations for Laravel are similar to the integrations for the
official AWS SDK. The sections below describe how you can install and configure
Cache, Mail and Queue.
Cache and Queue.

## Illuminate Cache

Expand Down Expand Up @@ -38,29 +38,6 @@ key will not work.
],
```

## Illuminate Mail

Send emails with SES.

### Install

```shell
composer require async-aws/illuminate-mail
```

### Configure

```diff
# config/mail.php

'ses' => [
- 'driver' => 'ses',
+ 'driver' => 'async-aws-ses',
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
],
```

## Illuminate Queue

Use SQS with Illuminate Queue.
Expand Down
2 changes: 2 additions & 0 deletions src/Integration/Laravel/Mail/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AsyncAws Illuminate Mail integration

**CAUTION**: this adapter is deprecated.

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

Expand Down

0 comments on commit 02f202d

Please sign in to comment.