2017 © Pedro Peláez
 

yii2-extension yii2-firebase-notifications

This extension will make send firebase notifications easy to do for the Yii2 framework

image

opensooq/yii2-firebase-notifications

This extension will make send firebase notifications easy to do for the Yii2 framework

  • Wednesday, April 11, 2018
  • by Amr-alshroof
  • Repository
  • 2 Watchers
  • 6 Stars
  • 1,342 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Firebase Notifications Yii2

This extension will make send firebase notifications easy to do for the Yii2 framework., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system., (*2)

Prerequisities

Yii2 application, (*3)

composer require yiisoft/yii2

Installing

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

Either run, (*5)

php composer.phar require --prefer-dist "opensooq/yii2-firebase-notifications": "dev-master"

or add, (*6)

"opensooq/yii2-firebase-notifications": "dev-master"

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

Usage

$service = new FirebaseNotifications(['authKey' => 'YOUR_KEY']);

$service->sendNotification($tokens, $message);

You can clone the android build here, and use it to test your code., (*8)

The Versions

11/04 2018

dev-master

9999999-dev

This extension will make send firebase notifications easy to do for the Yii2 framework

  Sources   Download

Apache-2.0

The Requires

 

by Amr Alshroof

extension yii2 firebase notifications