PHPackages                             acharsoft/phplitecoinaddress - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. acharsoft/phplitecoinaddress

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

acharsoft/phplitecoinaddress
============================

0.2.0(6y ago)03MITPHPPHP ^7.2

Since Jul 30Pushed 6y agoCompare

[ Source](https://github.com/acharsoft/phplitecoinaddress)[ Packagist](https://packagist.org/packages/acharsoft/phplitecoinaddress)[ RSS](/packages/acharsoft-phplitecoinaddress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (3)Used By (0)

phpbitcoinaddress
=================

[](#phpbitcoinaddress)

Uses for generating Bitcoin addresses in PHP.

Requires:

- php &gt;7.2
- gmp

How to use
----------

[](#how-to-use)

Use BitcoinAddressGenerator for generating address object.

```
$address = BitcoinAddressGenerator::generate();
```

Get address:

```
$to = $address->address();
```

Get private key as HEX-string:

```
$pk = $address->privateKey(true);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a52197d5890ae2922a5703e2babed68c398a99eaabcb250e6f603ca92b1c9c2?d=identicon)[acharsoft](/maintainers/acharsoft)

---

Top Contributors

[![acharsoft](https://avatars.githubusercontent.com/u/40474645?v=4)](https://github.com/acharsoft "acharsoft (3 commits)")

### Embed Badge

![Health badge](/badges/acharsoft-phplitecoinaddress/health.svg)

```
[![Health](https://phpackages.com/badges/acharsoft-phplitecoinaddress/health.svg)](https://phpackages.com/packages/acharsoft-phplitecoinaddress)
```

###  Alternatives

[scheb/tombstone

Dead code detection with tombstones for PHP

282578.2k2](/packages/scheb-tombstone)[bitwasp/bitcoin-lib

Implementation of raw transactions in bitcoin, HD wallets, Electrum wallets, and other fun stuff.

13922.3k5](/packages/bitwasp-bitcoin-lib)

PHPackages © 2026

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