tenfef / btc_address_validator
Validate a BTC Address in PHP
Installs: 406
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/tenfef/btc_address_validator
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-09-27 21:00:14 UTC
README
This package is deprecated. Please use: https://github.com/Jayco-Design/BTCHelper
A simple way to validate a bitcoin address in PHP easily.
$validator = new Btc_address_validator(); $result = $validator->validate("1Af3EHHrbYRwaj4dcbKKcBxYxc6Z8j7xMZ");
Installation
Install the library using composer:
Add the required module to your composer.json file:
{
"require": {
...
"tenfef/btc_address_validator": "dev-master"
...
}
}
Then run the command composer update.
Donations/Tips can be sent here: 1Af3EHHrbYRwaj4dcbKKcBxYxc6Z8j7xMZ
GPL License.