2017 © Pedro Peláez
 

library firebase

Send notifications through firebase using php

image

komicho/firebase

Send notifications through firebase using php

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Komicho Firebase

You can send notifications with ease, (*1)

Install via composer

Add orm to composer.json configuration file., (*2)

$ composer require komicho/firebase

And update the composer, (*3)

$ composer update

code

require 'vendor/autoload.php';

use komicho\firebase;

$firebase = new firebase('api_access_key');

echo $firebase
    ->to('Token')
    ->notification([
        'title' => 'kom',
        'body' => 'komicho :)'
    ])
    ->data([ ... ])
    ->send();

"# firebase", (*4)

The Versions

21/08 2017

dev-master

9999999-dev https://github.com/komichoLab/firebase

Send notifications through firebase using php

  Sources   Download

php notification firebase komicho

21/08 2017

V1.0.0

1.0.0.0 https://github.com/komichoLab/firebase

Send notifications through firebase using php

  Sources   Download

php notification firebase komicho