tectiv3 / monero_address
Monero address create/verify library for PHP
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tectiv3/monero_address
Requires
- stephenhill/base58: ^1.1
This package is auto-updated.
Last update: 2025-09-07 18:38:41 UTC
README
Small library to create/verify monero addresses
Usage
<?php require_once('vendor/autoload.php'); use tectiv3\MoneroAddress; $m = new MoneroAddress('4LZerFMFcVxfdJA19zHBNa94x6KLTDGMZ8eyWBNz8wYt6nSScuLKUvPNW6h3hasuZK6JYFjYCigEUWupwBScV1e4Ldw4wbvi1ma9egjCxU'); $m->print(); $m = new MoneroAddress('4AryqSXm1ESfdJA19zHBNa94x6KLTDGMZ8eyWBNz8wYt6nSScuLKUvPNW6h3hasuZK6JYFjYCigEUWupwBScV1e4EDqFbr8'); $m->print(); echo $m->makeIntegrated('668927f1bd69114c');