I hereby claim:
- I am mindsculpt on github.
- I am michaelbecker (https://keybase.io/michaelbecker) on keybase.
- I have a public key ASBtPyOV_DnM7zy0Neecn1G6EVHeqQVJkC_-QBvob8Fh2wo
To claim this, I am signing this object:
<?php | |
/** | |
* Stripe webhook class | |
* This is not intended to be plug-and-play; it's intended to be a general outline for how to handle stripe subscription hooks. | |
* You'll need to change variables, database field names, and specific stripe behavior to match your project needs | |
* | |
* @author Michael Becker <[email protected]> | |
*/ | |
namespace Controllers; |
<?php | |
/* | |
Rate limiting concept approach. Determines if rating is valid and returns JSON response to an AJAX call to this class. Uses Fat-Free PHP framework syntax. | |
This does not guarantee 100% unique vote submissions. It represents an alternate method to IP blocking or user registration to keep spam voting under control. It provides a loose outline of how you might approach this. | |
Status codes are completely custom for use in testing only. | |
Based loosely on http://blog.thelonepole.com/2013/03/preventing-spam-votes-in-online-polls/ |
I hereby claim:
To claim this, I am signing this object: