Skip to content

bap72190/stripe-donations-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

stripe-donations-php

Stripe Integration with single and repeating donations

Edit the config file in files->config.php. Put your stripe keys, emails information, etc in here. Put your domain in the forms.php file where indicated.

To include this on a page on your website, simply paste this on the page where you want the form to appear.

Include this at the top of the php page. Must be the very first thing included.

isMobile()) { $mobile = '?mobile=true'; $mheight = '650'; $mwidth = '250'; }else { $mobile=''; $mheight = '590'; $mwidth = '840'; } ?>

Include this where you want the form to actually appear.

About

Stripe Integration with single and repeating donations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published