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.
- Host: GitHub
- URL: https://github.com/btcpayserver/givewp
- Owner: btcpayserver
- License: mit
- Created: 2025-04-02T12:44:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-27T14:03:15.000Z (about 1 year ago)
- Last Synced: 2025-09-04T22:43:30.399Z (10 months ago)
- Topics: bitcoin, btcpay, donations, wordpress
- Language: PHP
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.