This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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: |