Project created by
Rudy HUYN It's very easy to find samples and tutorial to send Push Notifications to Windows Phone 7 using ASP.Net Web Services, but there is nothing for php.
This class will help you. Only Curl is necessary.
available functions :
- Send Toast Push Notification
- Update Tile
- Send Raw Push Notification
example :
$uri="http://db3.notify.live.net/throttledthirdparty/01.00/123456789123456798"; //uri sended by Microsoft plateform
$notif=new WindowsPhonePushNotification(
$uri);
$notif->push_toast("this is a title","this is the sub title");