PHPackages                             tenfef/btc\_address\_validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tenfef/btc\_address\_validator

ActiveLibrary

tenfef/btc\_address\_validator
==============================

Validate a BTC Address in PHP

54063PHP

Since Apr 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tenfef/btc_address_validator)[ Packagist](https://packagist.org/packages/tenfef/btc_address_validator)[ RSS](/packages/tenfef-btc-address-validator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Bitcoin Address Validator
=============================

[](#php-bitcoin-address-validator)

**This package is deprecated. Please use: **

A simple way to validate a bitcoin address in PHP easily.

```
$validator = new Btc_address_validator();
$result = $validator->validate("1Af3EHHrbYRwaj4dcbKKcBxYxc6Z8j7xMZ");
```

Installation
------------

[](#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.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2b1d43282fc1ae974d0018b39f990788b7d5ceb2a0e65590901e70c7c14e876?d=identicon)[tenfef](/maintainers/tenfef)

---

Top Contributors

[![tenfef](https://avatars.githubusercontent.com/u/1075450?v=4)](https://github.com/tenfef "tenfef (16 commits)")

### Embed Badge

![Health badge](/badges/tenfef-btc-address-validator/health.svg)

```
[![Health](https://phpackages.com/badges/tenfef-btc-address-validator/health.svg)](https://phpackages.com/packages/tenfef-btc-address-validator)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
