Skip to content

Instantly share code, notes, and snippets.

View SonPatrick's full-sized avatar
⚔️
𝙸 𝙰𝙼 𝚃𝙷𝙴 𝙴𝙳𝙶𝙴

Patrick Son SonPatrick

⚔️
𝙸 𝙰𝙼 𝚃𝙷𝙴 𝙴𝙳𝙶𝙴
View GitHub Profile
@prime31
prime31 / gist:5675017
Last active September 9, 2024 04:24
Simple PHP script showing how to send an Android push notification. Be sure to replace the API_ACCESS_KEY with a proper one from the Google API's Console page. To use the script, just call scriptName.php?id=THE_DEVICE_REGISTRATION_ID
<?php
// API access key from Google API's Console
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' );
$registrationIds = array( $_GET['id'] );
// prep the bundle
$msg = array