2017 © Pedro Peláez
 

library notificationhubs-rest-php

Microsoft Azure Notification Hub library for PHP, fork from webware.Inc project

image

mobagel/notificationhubs-rest-php

Microsoft Azure Notification Hub library for PHP, fork from webware.Inc project

  • Monday, June 6, 2016
  • by kevin830222
  • Repository
  • 2 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Notification Hubs REST wrapper for PHP

Build Status Build Status Code Rating, (*1)

This is a implementation of a REST wrapper using the REST APIs of Notification Hubs from a PHP back-end., (*2)

How to use the code above

Initialize your Notification Hubs client (substitute the connection string and hub name as instructed in the Get started tutorial):, (*3)

$hub = new NotificationHub("connection string", "hubname"); 

Then add the send code depending on your target mobile platform., (*4)

iOS

$factory = new NotificationFactory();
$notification = $factory->createNotification("apple", "Hello from PHP!");
$hub->sendNotification($notification);

Android

$factory = new NotificationFactory();
$notification = $factory->createNotification("gcm", "Hello from PHP!");
$hub->sendNotification($notification);

Notes

This code is provided as-is with no guarantees., (*5)

The Versions

06/06 2016

dev-master

9999999-dev

Microsoft Azure Notification Hub library for PHP, fork from webware.Inc project

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by MoBagel Inc.

azure push openpp notificationhub

06/06 2016

0.5.1

0.5.1.0

Microsoft Azure Notification Hub library for PHP, fork from webware.Inc project

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by MoBagel Inc.

azure push openpp notificationhub

05/11 2015

0.5.0

0.5.0.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by webware,Inc.

azure push openpp notificationhub

28/09 2015

0.4.0

0.4.0.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by webware,Inc.

azure push openpp notificationhub

03/08 2015

0.4.1

0.4.1.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by webware,Inc.

azure push openpp notificationhub

29/07 2015

0.3.0

0.3.0.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by webware,Inc.

azure push openpp notificationhub

25/03 2015

0.2.0

0.2.0.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by webware,Inc.

azure push openpp notificationhub

18/03 2015

0.1.0

0.1.0.0

Microsoft Azure Notification Hub library for PHP

  Sources   Download

Apache-2.0

by webware,Inc.

azure push openpp notificationhub