All Projects → Ph3nol → Notificationpusher

Ph3nol / Notificationpusher

Licence: mit
Standalone PHP library for easy devices notifications push.

Projects that are alternatives of or similar to Notificationpusher

andpush
Android Push Notification in Ruby: The fastest client for FCM (Firebase Cloud Messaging)
Stars: ✭ 83 (-92.74%)
Mutual labels:  notifications, push-notifications, gcm, push
Socket.io Push
整合了小米,华为,友盟,谷歌,苹果推送的统一解决方案
Stars: ✭ 605 (-47.07%)
Mutual labels:  notifications, push-notifications, push, apns
Onesignal Unity Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
Stars: ✭ 161 (-85.91%)
Mutual labels:  gcm, notifications, push-notifications, apns
mobile-messaging-sdk-ios
Mobile Messaging SDK for iOS
Stars: ✭ 45 (-96.06%)
Mutual labels:  notifications, push-notifications, apns, push
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Stars: ✭ 101 (-91.16%)
Mutual labels:  notifications, apns, gcm, push
epns
📱 Erlang Push Notifications. APNS(Apple Push Notifications) and FCM(Firebase Cloud Messaging) Push Notifications
Stars: ✭ 13 (-98.86%)
Mutual labels:  apns, gcm, push
OneSignal-Ionic-Sample
No description or website provided.
Stars: ✭ 85 (-92.56%)
Mutual labels:  push-notifications, apns, gcm
pushex
Push notifications for Elixir
Stars: ✭ 96 (-91.6%)
Mutual labels:  notifications, apns, gcm
Node Pushnotifications
Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)
Stars: ✭ 432 (-62.2%)
Mutual labels:  gcm, push-notifications, apns
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (-81.28%)
Mutual labels:  gcm, push-notifications, apns
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-98.51%)
Mutual labels:  notifications, apns, gcm
Gaurun
General push notification server in Go
Stars: ✭ 804 (-29.66%)
Mutual labels:  gcm, push-notifications, apns
ejabberd mod gcm
Google Cloud Messaging API for Ejabberd (PUSH Messages)
Stars: ✭ 27 (-97.64%)
Mutual labels:  push-notifications, gcm, push
Easynotifylibproject
Send firebase notifications to your users very easily: A new Android Lib
Stars: ✭ 31 (-97.29%)
Mutual labels:  notifications, push-notifications, push
ejabberd mod apns
An ejabberd module to send PUSH messages to iOS devices through APNS
Stars: ✭ 31 (-97.29%)
Mutual labels:  push-notifications, apns, push
azure-notificationhubs-java-backend
Azure Notification Hubs SDK for Java
Stars: ✭ 31 (-97.29%)
Mutual labels:  push-notifications, apns, gcm
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (-96.94%)
Mutual labels:  notifications, push-notifications, push
Django Push Notifications
Send push notifications to mobile devices through GCM or APNS in Django.
Stars: ✭ 1,881 (+64.57%)
Mutual labels:  gcm, push-notifications, apns
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (-95.89%)
Mutual labels:  notifications, apns, push
Onesignal Ios Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Stars: ✭ 370 (-67.63%)
Mutual labels:  notifications, push-notifications, apns

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].