Skip to content
/ aws Public

Custom transports and adapters to use AWS services with BEdita.

Notifications You must be signed in to change notification settings

bedita/aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

deecb92 · Feb 18, 2025

History

90 Commits
Jan 30, 2025
Jun 29, 2023
Jun 29, 2023
Mar 25, 2022
May 11, 2022
Feb 18, 2025
Aug 31, 2022
Dec 6, 2024
Sep 8, 2022
Aug 31, 2022
Aug 31, 2022

Repository files navigation

AWS integrations plugin for BEdita

GitHub Workflow Codecov coverage

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:

$ composer require bedita/aws

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

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