Skip to content

BitPay payment gateway for WPMU Membership plugin

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
UNLICENSE
Notifications You must be signed in to change notification settings

bitcoinerswithoutborders/wp-membership-bitpay-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-membership-bitpay-gateway

A BitPay payment gateway for the WPMU Membership plugin for WordPress.

Installation

The contents of the membership/ tree of this respository needs to be overlaid into the membership plugin's directory in your WordPress installation. If standard path names are in use, this might be done like this:

$ git clone https://github.com/bitcoinerswithoutborders/wp-membership-bitpay-gateway.git
$ cd wp-membership-bitpay-gateway
# $WP_HOME is the base directory of your WordPress installation.
$ sudo cp -R membership ($WP_HOME)/wp-content/plugins/membership

Now, activate the gateway in WordPress: Membership->Payment Gateways->BitPay->Activate

Configuration

All configuration options are presented in the settings menu: Membership->Payment Gateways->BitPay->Settings. The settings here are the same ones documented in BitPay's PHP client API implementation, documented in their source code at https://github.com/bitpay/php-client/blob/master/bp_options.php

Requirements

PHP requirements:

  • PHP5
  • cURL support
  • JSON support
  • SSL support (if you want BitPay IPN callbacks, which are generally a Good Idea.)

Authors

Developed by Bitcoiners without Borders on behalf of the Bitcoin Foundation.

Credits

wp-membership-bitpay-gateway incorporates code and ideas from:

License

wp-membership-bitpay-gateway is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.

About

BitPay payment gateway for WPMU Membership plugin

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages