Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloc/wp-nowpayments-integration
Cryptocurrency Payment integration using the nowpayments.io Gateway
https://github.com/lloc/wp-nowpayments-integration
diagram hacktoberfest payment-gateway php plantuml wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Cryptocurrency Payment integration using the nowpayments.io Gateway
- Host: GitHub
- URL: https://github.com/lloc/wp-nowpayments-integration
- Owner: lloc
- Created: 2022-09-01T10:15:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T11:27:15.000Z (about 2 years ago)
- Last Synced: 2024-10-18T08:54:24.936Z (3 months ago)
- Topics: diagram, hacktoberfest, payment-gateway, php, plantuml, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 505 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress nowpayments.io integration
Cryptocurrency Payment integration using the NOWPayments API
**This is still work-in-progress. Don't deploy it into production, please!**
## Quickstart
1. Sign up at nowpayments.io
2. Specify your outcome wallet
3. Generate an API key
4. Insert it in the [settings field](asset/screenshot-1.png)## Screenshots
### Settings Page
![Plugin Settings](./assets/screenshot-1.png)
### Status in Admin Widget
![Admin Widget](./assets/screenshot-2.png)
## Code as Documentation
PHP classes for WordPress integration and nowpayments.io communication.
![PlantUML class diagram](https://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/lloc/wp-nowpayments-integration/main/plantuml_gist.puml)