bedita / aws
BEdita 5 plugin for applications that use AWS resources such as S3
Installs: 37 568
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 0
Type:cakephp-plugin
pkg:composer/bedita/aws
Requires
- php: >= 8.3
- ext-openssl: *
- aws/aws-sdk-php: ^3.222
- bedita/core: ^6.0
- cakephp/cakephp: ^5
- guzzlehttp/guzzle: ^7.4
- lcobucci/jwt: ^4.2.1
- league/flysystem: ^3.30.2
- league/flysystem-aws-s3-v3: ^3.30.1
Requires (Dev)
- cakephp/authentication: ^3.3
- cakephp/cakephp-codesniffer: ~4.7.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^11.5
Suggests
- cakephp/authentication: ^3.3
README
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');