Skip to content

NPusher - Envio de notificação push para API-Firebase.

Notifications You must be signed in to change notification settings

coderlrv/npusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NPusher - Envio de notificação push para API-Firebase.

Firebase

Doc API

Instalação

composer require preflrv/npusher

Como utilizar

use NPusher\NPusher;


// FIREBASE_APIKEY de acesso api firebase;
// 
$apiKey = 'babf40b8-7727-4c70-aaf9-e9fea28a4eea';
$pusher = new NPusher($apiKey);


//Configurações
$tokenDevice = '545454646464'  // Token do device a se recebindo msg.

$config = [
    'sound'         => 'default',
    'priority'      => 'high',
    'adicionalData' => [
        'foreground' => true
    ],
    'notification'  => [
        'body'            => 'Texto notifição', 
        'title'           => 'Titulo da notificação',
    ]
];


//Envia notificação.
$pusher->notify($tokenDevice,$config);

About

NPusher - Envio de notificação push para API-Firebase.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages