2017 © Pedro Peláez
 

yii-extension yii-aws-sns

Amazon Simple Notification Service for Yii

image

powerkernel/yii-aws-sns

Amazon Simple Notification Service for Yii

  • Tuesday, July 3, 2018
  • by powerkernel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii-aws-sns

Amazon Simple Notification Service for Yii 3.0, (*1)

Latest Stable Version Total Downloads GitHub license, (*2)

Installation

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)

Usage

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)

The Versions

03/07 2018

dev-master

9999999-dev

Amazon Simple Notification Service for Yii

  Sources   Download

MIT

The Requires

 

aws yii sns

31/05 2018

1.0.0

1.0.0.0

Amazon Simple Notification Service for Yii

  Sources   Download

BSD-3-Clause

The Requires

 

aws yii sns