2017 © Pedro Peláez
 

library apns-php

PHP library for sending iOS remote push notifications

image

divergentsoft/apns-php

PHP library for sending iOS remote push notifications

  • Monday, August 22, 2016
  • by divergentsoft
  • Repository
  • 2 Watchers
  • 0 Stars
  • 93 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

apns-php

Library used to send APNS push notifications from PHP., (*1)

Example usage:, (*2)


$tokens = ["APNS token from device",...]; $message = new Message(); $message->initialize($tokens); $message->setAlert("Thunderstorms predicted in your area"); $push = new Push(); $push->connect(false,'cert.pem'); $push->send($message); // Get a list of failed tokens to remove for next time $push->getFailedTokens();

The Versions

22/08 2016

dev-http-apns-update

dev-http-apns-update

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

27/07 2016

dev-master

9999999-dev

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

27/07 2016

0.1.10

0.1.10.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

26/07 2016

0.1.9

0.1.9.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

12/07 2016

0.1.8

0.1.8.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

12/07 2016

0.1.7

0.1.7.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

14/10 2015

0.1.6

0.1.6.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

09/10 2015

0.1.5

0.1.5.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

08/10 2015

0.1.4

0.1.4.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

08/10 2015

0.1.3

0.1.3.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

06/10 2015

0.1.2

0.1.2.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

05/10 2015

0.1.1

0.1.1.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group

30/09 2015

0.1

0.1.0.0

PHP library for sending iOS remote push notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by DivergentSoft Technology Group