-
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)
Slow authoredNon-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