All Projects → esoxjem → Pulse

esoxjem / Pulse

A simple PHP script to send GCM/FCM messages

Projects that are alternatives of or similar to Pulse

epns
📱 Erlang Push Notifications. APNS(Apple Push Notifications) and FCM(Firebase Cloud Messaging) Push Notifications
Stars: ✭ 13 (-35%)
Mutual labels:  gcm
android-easy-gcm
Use this library to add GCM to your project, only in a few minutes !
Stars: ✭ 50 (+150%)
Mutual labels:  gcm
Onesignal Android Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal. https://onesignal.com
Stars: ✭ 503 (+2415%)
Mutual labels:  gcm
pushex
Push notifications for Elixir
Stars: ✭ 96 (+380%)
Mutual labels:  gcm
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-15%)
Mutual labels:  gcm
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Stars: ✭ 101 (+405%)
Mutual labels:  gcm
ejabberd mod gcm
Google Cloud Messaging API for Ejabberd (PUSH Messages)
Stars: ✭ 27 (+35%)
Mutual labels:  gcm
Swcrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
Stars: ✭ 632 (+3060%)
Mutual labels:  gcm
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (+65%)
Mutual labels:  gcm
Node Pushnotifications
Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)
Stars: ✭ 432 (+2060%)
Mutual labels:  gcm
andpush
Android Push Notification in Ruby: The fastest client for FCM (Firebase Cloud Messaging)
Stars: ✭ 83 (+315%)
Mutual labels:  gcm
wiz-packet-map
Wizard101 tool that dynamically dumps packet data and decrypts packets to and from the server that use aes-gcm encryption
Stars: ✭ 18 (-10%)
Mutual labels:  gcm
Illustrated Tls13
The Illustrated TLS 1.3 Connection: Every byte explained
Stars: ✭ 372 (+1760%)
Mutual labels:  gcm
MiMA
Model of an idealized Moist Atmosphere: Intermediate-complexity General Circulation Model with full radiation
Stars: ✭ 28 (+40%)
Mutual labels:  gcm
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+2955%)
Mutual labels:  gcm
php-gcm-apns
A PHP Library for sending messages to devices (Android & IOS) through GCM and Apns respectively .
Stars: ✭ 13 (-35%)
Mutual labels:  gcm
azure-notificationhubs-java-backend
Azure Notification Hubs SDK for Java
Stars: ✭ 31 (+55%)
Mutual labels:  gcm
Gaurun
General push notification server in Go
Stars: ✭ 804 (+3920%)
Mutual labels:  gcm
Gorush
A push notification server written in Go (Golang).
Stars: ✭ 5,933 (+29565%)
Mutual labels:  gcm
Pushnotification
PHP and Laravel Package to send push notifications to Android and IOS devices.
Stars: ✭ 395 (+1875%)
Mutual labels:  gcm

Pulse

PHP script that sends a GCM/FCM push message.

  1. Add API access key: define( 'API_ACCESS_KEY', '<access key>' );

  2. Add GCM registration tokens $registrationIds = array ( "<GCM ID>" );

  3. Run the script.

Note: Only meant for development/testing.

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].