Popularity
6.9
Stable
Activity
0.0
Stable
1,180
55
277

Code Quality Rank: L4
Programming language: PHP
License: MIT License
Tags: Notifications     Push     Apns     Message     Apple     Notification     Iphone     Android     Gcm     Pusher    
Latest version: v2.3.7

Notification Pusher alternatives and similar libraries

Based on the "Notifications" category.
Alternatively, view Notification Pusher alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Notification Pusher or a related project?

Add another 'Notifications' Library

README

NotificationPusher Gitter

Standalone PHP library for easy devices message notifications push.

Latest Stable Version License Total Downloads Build Status

SensioLabsInsight

Feel free to contribute! Thanks.

Contributors

Installation

composer require sly/notification-pusher

This repository uses PSR-0 autoload. After installation with composer please adjust you autoloading config if needed or include vendor/autoload.php in your index.php.

Requirements

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

WARNING Version v3.0 would support only php 7.0+. Please, update your composer config if needed.

Today available adapters

  • APNS (Apple)
  • GCM (Android) and FCM (Android)

Documentation and examples

Todo

  • Rewrite tests in PHPUnit 8+. (contributions are welcome!)
  • Add new features (custom APNS payloads, GCM and FCM custom options, etc.)
  • Add new adapters (like Blackberry and Windows phones)
  • Write more documentation and examples!

1.x users

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

Bitdeli Badge


*Note that all licence references and agreements mentioned in the Notification Pusher README section above are relevant to that project's source code only.