bedita/aws

There is no license information available for the latest version (v3.0.5) of this package.

BEdita 5 plugin for applications that use AWS resources such as S3

Maintainers

Details

github.com/bedita/aws

Source

Issues

Installs: 25 102

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2

Watchers: 6

Forks: 1

Open Issues: 1

Type:cakephp-plugin

v3.0.5 2023-06-30 07:54 UTC

This package is auto-updated.

Last update: 2024-03-30 00:17:30 UTC


README

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');