2017 © Pedro Peláez
 

library monero_address

Monero address create/verify library for PHP

image

tectiv3/monero_address

Monero address create/verify library for PHP

  • Wednesday, February 7, 2018
  • by tectiv3
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

monero_address

Small library to create/verify monero addresses, (*1)

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');

Special thanks to luigi1111 and this answer on SE

The Versions

07/02 2018

dev-master

9999999-dev

Monero address create/verify library for PHP

  Sources   Download

Apache-2.0

The Requires

 

by Avatar tectiv3

07/02 2018

v1.1

1.1.0.0

Monero address create/verify library for PHP

  Sources   Download

Apache-2.0

The Requires

 

by Avatar tectiv3

07/02 2018

v1.0

1.0.0.0

Monero address create/verify library for PHP

  Sources   Download

Apache-2.0

The Requires

 

by Avatar tectiv3