2017 © Pedro Peláez
 

library notificationhubs-rest-php

Microsoft Azure Notification Hub library for PHP

image

openpp/notificationhubs-rest-php

Microsoft Azure Notification Hub library for PHP

  • Wednesday, November 15, 2017
  • by shiroko
  • Repository
  • 4 Watchers
  • 4 Stars
  • 1,328 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 8 Forks
  • 3 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Notification Hubs REST wrapper for PHP

Build Status StyleCI 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

15/11 2017

dev-master

9999999-dev

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by webware,Inc.

azure push openpp notificationhub

15/11 2017

dev-analysis-qod0m5

dev-analysis-qod0m5

Microsoft Azure Notification Hub library for PHP

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by webware,Inc.

azure push 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