jarrus90 / yii2-aws-components
This extension provides the AWS SDK integration for the Yii2 framework
Installs: 428
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- aws/aws-sdk-php: *
- yiisoft/yii2: 2.*
This package is not auto-updated.
Last update: 2023-05-24 05:49:56 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require jarrus90/yii2-aws-components "*"
or add
"jarrus90/yii2-aws-components": "*"
to the require section of your composer.json
file.