Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 21 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 4
![GitHub Workflow](https://github.com/bedita/aws/actions/workflows/test.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 4, 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');
```