unit27/notification-pusher

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

Installs: 1 085

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 270

Type:standalone

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

This package is not auto-updated.

Last update: 2022-03-22 17:02:22 UTC


README

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

Requirements

  • PHP 5.5+
  • 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.