An open API service indexing awesome lists of open source software.

https://github.com/btcpayserver/givewp

A BTCPay Server integration for the WordPress GiveWP plugin that allows you to collect donations.
https://github.com/btcpayserver/givewp

bitcoin btcpay donations wordpress

Last synced: 4 months ago
JSON representation

A BTCPay Server integration for the WordPress GiveWP plugin that allows you to collect donations.

Awesome Lists containing this project

README

          

# BTCPay for GiveWP

For a detailed feature overview and description go to the official WordPress plugin page:
https://wordpress.org/plugins/btcpay-for-givewp/ or [readme.txt](readme.txt) in this diretory.

This readme is mostly about plugin development on the main repo on GitHub.

## Todo for new features or known issues
Check the issues on the repo here:
https://github.com/btcpayserver/givewp/issues

## Development
```
git clone git@github.com:btcpayserver/givewp.git
```

**Install dependencies with Composer:**
```
composer install
```

### Contributing
Feel free to open an issue to discuss a feature or provide a PR for any improvements or if you want to tackle a feature listed in the issues.