Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
Custom transports and adapters to use AWS services with BEdita.
- Host: GitHub
- URL: https://github.com/bedita/aws
- Owner: bedita
- Created: 2017-06-24T17:07:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:13:14.000Z (6 months ago)
- Last Synced: 2024-11-15T23:12:24.631Z (about 1 month ago)
- Topics: aws, aws-s3, aws-ses, aws-ses-transport, aws-sns, bedita, cakephp, cakephp-plugin, cakephp3
- Language: PHP
- Size: 117 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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');
```