dev-master
9999999-devThis extension will make send firebase notifications easy to do for the Yii2 framework
Apache-2.0
The Requires
by Amr Alshroof
extension yii2 firebase notifications
This extension will make send firebase notifications easy to do for the Yii2 framework
This extension will make send firebase notifications easy to do for the Yii2 framework., (*1)
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)
Yii2 application, (*3)
composer require yiisoft/yii2
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)
$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)
This extension will make send firebase notifications easy to do for the Yii2 framework
Apache-2.0
extension yii2 firebase notifications