2017 © Pedro Peláez
 

library fcm-push-notification

Basic class to send push notifications through Google Firebase

image

legomolina/fcm-push-notification

Basic class to send push notifications through Google Firebase

  • Monday, November 7, 2016
  • by legomolina
  • Repository
  • 1 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 5 % Grown

The README.md

FCM Push Notifications

Basic class to send push notifications using google firebase., (*1)

Installation

Be careful! This library needs curl module for php to work., (*2)

FMC Push Notifications is hosted in packagist so you can get it from Composer, (*3)

composer require legomolina/fcm-push-notification

Usage

Require the Composer autoload in your index:, (*4)

<?php
    require 'vendor/autoload.php';

Set your Firebase API key, (*5)

FCMPushNotifications::API_KEY = "my_api_key";

Create a notification object:, (*6)

$notification = new FCMNotification("Title", "Message");

And send notifications, (*7)

FCMPushNotifications::send("mobile_token_or_topic", $notification, [ "custom" => "data" ]);

License

FMC Push Notifications is licensed under the GPL v3 license. See License File for more information., (*8)

The Versions

07/11 2016

dev-master

9999999-dev

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

07/11 2016

1.0.5

1.0.5.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

26/10 2016

1.0.4

1.0.4.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

26/10 2016

1.0.3

1.0.3.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

26/10 2016

1.0.2

1.0.2.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

26/10 2016

1.0.1

1.0.1.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase

26/10 2016

1.0.0

1.0.0.0

Basic class to send push notifications through Google Firebase

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0

 

by Cristian Molina

android push notifications fcm google firebase