Download the PHP package the-real-start/yii2-async-notifications without Composer
On this page you can find all versions of the php package the-real-start/yii2-async-notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download the-real-start/yii2-async-notifications
More information about the-real-start/yii2-async-notifications
Files in the-real-start/yii2-async-notifications
Package yii2-async-notifications
Short Description Notification component to run async mail,push and sms notifications sending.
License MIT
Homepage https://github.com/TheRealStart/yii2-async-notifications
Informations about the package yii2-async-notifications
Yii2 async notifications
Overview
Purpose of this package is to build easy to use asyncronious notification system in yii2 project.
Package allowes to send e-mail, and push notifications to apple and google play cloud.
For queue management Rabbit MQ is used.
Package is pretty raw and has a lot of rooms for improvement.
We are open to new pull requests, suggestions.
Install
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json file.
Configuration
In common/config/main-local.php
add amqp
component:
Change parameters depending on your local environment.
This component set's up connection with rabbitmq.
Then setup notifications you'd like to proceed.
For instance mail:
Work in progress
All versions of yii2-async-notifications with dependencies
ext-curl Version *
ext-amqp Version *
yiisoft/yii2-swiftmailer Version *
bryglen/yii2-apns-gcm Version ~1.0.4
the-real-start/enums Version *
php-amqplib/php-amqplib Version ^2.6