2017 © Pedro Peláez
 

yii2-extension yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

image

the-real-start/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  • Monday, December 5, 2016
  • by the-real-start
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 40 Versions
  • 0 % Grown

The README.md

Yii2 async notifications

Overview

Purpose of this package is to build easy to use asyncronious notification system in yii2 project., (*1)

Package allowes to send e-mail, and push notifications to apple and google play cloud., (*2)

For queue management Rabbit MQ is used., (*3)

Package is pretty raw and has a lot of rooms for improvement., (*4)

We are open to new pull requests, suggestions., (*5)

Install

The preferred way to install this extension is through composer., (*6)

Either run, (*7)

php composer.phar require --prefer-dist the-real-start/yii2-async-notifications "*"

or add, (*8)

"the-real-start/yii2-async-notifications": "*"

to the require section of your composer.json file., (*9)

Configuration

In common/config/main-local.php add amqp component:, (*10)

...
        'amqp'          => [
            'class'        => TRS\AsyncNotification\components\amqp\Amqp::className(),
            'host'         => '127.0.0.1',
            'port'         => 5672,
            'user'         => 'guest',
            'password'     => 'guest',
            'vhost'        => '/',
            'exchange'     => 'my-exchange-name',
            'exchangeType' => \TRS\AsyncNotification\components\amqp\Amqp::TYPE_DIRECT,
            'exchangeArgs' => []
        ],
...

Change parameters depending on your local environment., (*11)

This component set's up connection with rabbitmq., (*12)

Then setup notifications you'd like to proceed., (*13)

For instance mail:, (*14)

...
        'mailer'        => [
            'class'            => 'yii\swiftmailer\Mailer',
            'viewPath'         => '@common/mail',
            // send all mails to a file by default. You have to set
            // 'useFileTransport' to false and configure a transport
            // for the mailer to send real emails.
            'useFileTransport' => false,
        ],
...

Work in progress, (*15)

The Versions

05/12 2016

dev-master

9999999-dev https://github.com/TheRealStart/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

MIT

The Requires

 

by Alegzander

email extension yii2 yii async notification push

05/12 2016

v1.2.3

1.2.3.0 https://github.com/TheRealStart/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

MIT

The Requires

 

by Alegzander

email extension yii2 yii async notification push

30/11 2016

v1.2.2

1.2.2.0 https://github.com/TheRealStart/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

MIT

The Requires

 

by Alegzander

email extension yii2 yii async notification push

29/11 2016

v1.2.1

1.2.1.0 https://github.com/TheRealStart/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

MIT

The Requires

 

by Alegzander

email extension yii2 yii async notification push

29/11 2016

v1.2

1.2.0.0 https://github.com/TheRealStart/yii2-async-notifications

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

MIT

The Requires

 

by Alegzander

email extension yii2 yii async notification push

22/07 2016

1.1.23

1.1.23.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

22/07 2016

1.1.22

1.1.22.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

22/07 2016

1.1.21

1.1.21.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

19/07 2016

1.1.20

1.1.20.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

19/07 2016

1.1.19

1.1.19.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

18/07 2016

1.1.18

1.1.18.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

18/07 2016

1.1.17

1.1.17.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

18/07 2016

1.1.16

1.1.16.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

15/07 2016

1.1.15

1.1.15.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

15/07 2016

1.1.14

1.1.14.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

14/07 2016

1.1.13

1.1.13.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

14/07 2016

1.1.12

1.1.12.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

14/07 2016

1.1.11

1.1.11.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

14/07 2016

1.1.10

1.1.10.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

14/07 2016

1.1.9

1.1.9.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.8

1.1.8.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.7

1.1.7.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.6

1.1.6.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.5

1.1.5.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.2-beta

1.1.2.0-beta

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.3

1.1.3.0

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

13/07 2016

1.1.1-beta

1.1.1.0-beta

Notification component to run async mail,push and sms notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

29/02 2016

1.0.4

1.0.4.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

17/02 2016

1.0.3

1.0.3.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

17/02 2016

1.0.3.1

1.0.3.1

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

16/02 2016

1.0.2.4

1.0.2.4

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

15/02 2016

1.0.2.3

1.0.2.3

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

15/02 2016

1.0.2.2

1.0.2.2

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

15/02 2016

1.0.2.1

1.0.2.1

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

12/02 2016

1.0.1

1.0.1.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

22/12 2015

1.0.0

1.0.0.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

21/12 2015

0.1.1

0.1.1.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

21/12 2015

0.1.0

0.1.0.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

18/12 2015

0.0.2

0.0.2.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz

18/12 2015

0.0.1

0.0.1.0

Notification component to run async mail and push notifications sending.

  Sources   Download

GPLv3

The Requires

 

by Avatar alegz