WooCommerce Crypto (Overledger)
Native, ERC-20, and Quant Smart Token checkout via Overledger. Self-contained, PSR-4, WP/Woo standards.
by Muzammil Hussain · github.com/smhz101/woocommerce-crypto-overledger
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/smhz101/woocommerce-crypto-overledger/archive/refs/heads/main.zipA WordPress plugin that adds a cryptocurrency payment gateway to WooCommerce using Quant's Overledger.
Features
- WooCommerce payment gateway for native coins or ERC‑20 tokens.
- Optional checkout block integration for the WooCommerce Blocks UI.
- REST endpoints for order status polling and webhook handling.
- Minimal service container and configuration objects.
Requirements
- PHP 7.4+
- WordPress 6.0+
- WooCommerce
Installation
- Install dependencies:
composer install - Upload the plugin to your WordPress
wp-content/pluginsdirectory. - Activate WooCommerce Crypto (Overledger) from the WordPress admin.
- Configure your Overledger credentials and merchant settings under WooCommerce → Settings → Payments → Crypto (Overledger).
Development
- Autoloading follows PSR‑4 under the
WC_Cryptonamespace. - Run code style checks with
composer run cs(requires a validphpcs.xmlruleset).
License
GPL-2.0-or-later