This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//USAGE | |
$gcm = new GoogleGCMApi($device, "" . json_encode(array('type' => "approve", 'message' => "Your Request has been Approved")) . ""); | |
$gcm->send(); | |
?> | |
<?php | |
/** | |
* Google Cloud Messaging API Class | |
* Author: Generaleye |