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

Repository files navigation

AWS integrations plugin for BEdita 4

GitHub Workflow Codecov coverage

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:

$ composer require bedita/aws

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

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