Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
15966411
Topic
1597359
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.