An open API service indexing awesome lists of open source software.

https://github.com/bedita/aws

Custom transports and adapters to use AWS services with BEdita.
https://github.com/bedita/aws

aws aws-s3 aws-ses aws-ses-transport aws-sns bedita cakephp cakephp-plugin cakephp3

Last synced: 10 days ago
JSON representation

Custom transports and adapters to use AWS services with BEdita.

Awesome Lists containing this project

README

          

# AWS integrations plugin for BEdita
![GitHub Workflow](https://github.com/bedita/aws/actions/workflows/php.yml/badge.svg)
[![Codecov coverage](https://codecov.io/gh/bedita/aws/branch/master/graph/badge.svg)](https://codecov.io/gh/bedita/aws)

This plugin includes a few useful integrations for BEdita, such as:

- S3 (storage)
- SES (mailer)
- SNS (mailer, for SMS)

## Installation

Run this command to add this package to your application's dependencies:

```console
$ composer require bedita/aws
```

Then, in your `Application::bootstrap()` method, add:

```php
$this->addPlugin('BEdita/AWS');
```