dev-master
9999999-devAmazon Simple Notification Service for Yii
MIT
The Requires
by Harry Tang
aws yii sns
1.0.0
1.0.0.0Amazon Simple Notification Service for Yii
BSD-3-Clause
The Requires
by Harry Tang
aws yii sns
Amazon Simple Notification Service for Yii
Amazon Simple Notification Service for Yii 3.0, (*1)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
composer require powerkernel/yii-aws-sns "*"
or add, (*5)
"powerkernel/yii-aws-sns": "*"
to the require section of your composer.json
file., (*6)
To use this extension, simply add the following code in your application configuration:, (*7)
'components' => [ // ... 'sns' => [ '__class' => powerkernel\sns\AwsSns::class, 'key' => 'your aws sns key', 'secret' => 'your aws sns secret', ], // ... ],
You can then call AWS SNS functions as follows:, (*8)
Yii::$app->sns->client->publish($arg); // ...
For further instructions refer to the AWS Documentation page, (*9)
Amazon Simple Notification Service for Yii
MIT
aws yii sns
Amazon Simple Notification Service for Yii
BSD-3-Clause
aws yii sns