Post
Topic
Board Service Discussion
Re: Validate Bitcoin address thru web api or php
by
fbueller
on 18/08/2016, 21:44:43 UTC
I maintain `bitwasp/bitcoin`which is available through composer. It lets you do quite a lot, and no bitcoind required. https://github.com/Bit-Wasp/bitcoin-php/blob/master/src/Address/AddressFactory.php#L87 contains the function to check an address.