kirant400/notification-pusher

PHP library for sending push notifications to Apple / Android / Microsoft Windows Phone / Blackberry users

Installs: 63

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 277

Type:standalone

v2.2.8 2014-12-04 09:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:23:07 UTC


README

PHP library for sending push notifications to Apple / Android / Microsoft Windows Phone users

Requirements

  • PHP 5.3+
  • PHP Curl and OpenSSL modules
  • Specific adapters requirements (like APNS certificate, GCM API key, etc.)

Today available adapters

  • APNS (Apple)
  • GCM (Android)
  • Microsoft (Microsoft)

Documentation and examples

Todo

  • Add new features (custom APNS payloads, GCM custom options, etc.)
  • Add new adapters (like Blackberry, etc)
  • Write more documentation and examples

1.x users

Old version is still available from 1.x branch, with dedicated declared tag.