2017 © Pedro Peláez
 

library windows-phone-push

Windows Phone Push

image

jildertmiedema/windows-phone-push

Windows Phone Push

  • Thursday, August 7, 2014
  • by jildertmiedema
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4,662 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

WindowsPhone Push

Windows Phone Push, (*1)

This code is based on the code of Rudy HUYN., (*2)

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)
}

The Versions

07/08 2014

dev-master

9999999-dev

Windows Phone Push

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *

 

by Jildert Miedema

push windows phone windows phone push

07/08 2014

0.0.1

0.0.1.0

Windows Phone Push

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *

 

by Jildert Miedema

push windows phone windows phone push