Skip to content

Instantly share code, notes, and snippets.

View Pamblam's full-sized avatar
🕶️
Coding

Rob Parham Pamblam

🕶️
Coding
  • Our Town America
  • Tampa Bay, Florida
View GitHub Profile
@Pamblam
Pamblam / PushNotifications.php
Last active September 12, 2017 19:10 — forked from trbsi/PushNotifications.php
Simple PHP class to send Android & iOS Push Notifications
<?php
/**
* Class to send a Push notification via Google or Apple in a single statment
*/
class Push{
/**
* Either the API Key from Google or the certificate passphrase from Apple
* @var string
@Pamblam
Pamblam / Credit Card Generator
Last active August 14, 2023 14:33 — forked from B-Con/Credit Card Generator
Generate a valid random credit card number, CVV, issuer and expiration date
/**
* Generate a valid random credit card number, CVV, issuer and expiration date
*
* Original Copywrite/license:
*
* Copyright (c) 2015, Brad Conte (http: *bradconte.com)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: