Skip to content

tenfef/btc_address_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Bitcoin Address Validator

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.

About

Validate a BTC Address in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages