bedita/aws

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

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

Maintainers

Details

github.com/bedita/aws

Source

Issues

Installs: 31 964

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2

Watchers: 6

Forks: 1

Open Issues: 1

Type:cakephp-plugin

v4.0.0 2024-12-06 15:18 UTC

This package is auto-updated.

Last update: 2024-12-06 15:18:59 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');