Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

jildertmiedema/windows-phone-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowsPhone Push

Windows Phone Push

This code is based on the code of Rudy HUYN.

example

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

try {
    $uri = "{the uri}";

    $notifier = new JildertMiedema\WindowsPhone\WindowsPhonePushNotification();
    $result = $notifier->pushToast($uri, "Test app", "Test message");

    var_dump($result);
} catch (Exception $e) {
    var_dump($e)
}

About

Windows Phone Push

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages