bedita / aws
BEdita 5 plugin for applications that use AWS resources such as S3
Installs: 30 854
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 1
Open Issues: 1
Type:cakephp-plugin
Requires
- php: ^7.4 || ^8.0
- ext-openssl: *
- aws/aws-sdk-php: ^3.222
- bedita/core: ^5.0.0
- cakephp/cakephp: ^4.4.1
- guzzlehttp/guzzle: ^7.4
- lcobucci/jwt: ^4.2.1
- league/flysystem: ^2.4.3
- league/flysystem-aws-s3-v3: ^2.4.3
Requires (Dev)
- cakephp/authentication: ^2.9
- cakephp/cakephp-codesniffer: ~4.5.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ~1.8.2
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
Suggests
- cakephp/authentication: ^2.9
README
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');