Skip to content
  • Slow's avatar
    be64118f
    feat: extract the xmr-pay PHP engine as a standalone Composer package · be64118f
    Slow authored
    Non-custodial Monero payment verification in pure PHP (view-key only, no
    monero-wallet-rpc, no server) — the WooCommerce plugin's engine, extracted so any
    PHP project can accept Monero. Namespaced XmrPay\, autoloaded via Composer.
    
    - src/Util.php, src/Scanner.php (XmrPay\Util, XmrPay\Scanner)
    - third-party/monero/ vendored crypto (monero-integrations + kornrunner, MIT, attributed)
    - 5 pure test suites + a live stagenet integration test (verifies real on-chain
      payments, cross-checked for parity with the JS library)
    be64118f
    feat: extract the xmr-pay PHP engine as a standalone Composer package
    Slow authored
    Non-custodial Monero payment verification in pure PHP (view-key only, no
    monero-wallet-rpc, no server) — the WooCommerce plugin's engine, extracted so any
    PHP project can accept Monero. Namespaced XmrPay\, autoloaded via Composer.
    
    - src/Util.php, src/Scanner.php (XmrPay\Util, XmrPay\Scanner)
    - third-party/monero/ vendored crypto (monero-integrations + kornrunner, MIT, attributed)
    - 5 pure test suites + a live stagenet integration test (verifies real on-chain
      payments, cross-checked for parity with the JS library)
This project is licensed under the MIT License. Learn more
Loading