WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-crypto-overledger

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.zip

A 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

  1. Install dependencies:
    composer install
  2. Upload the plugin to your WordPress wp-content/plugins directory.
  3. Activate WooCommerce Crypto (Overledger) from the WordPress admin.
  4. Configure your Overledger credentials and merchant settings under WooCommerce → Settings → Payments → Crypto (Overledger).

Development

  • Autoloading follows PSR‑4 under the WC_Crypto namespace.
  • Run code style checks with composer run cs (requires a valid phpcs.xml ruleset).

License

GPL-2.0-or-later