PHPackages                             xiaohuasheng0x1/bip44-php - 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. xiaohuasheng0x1/bip44-php

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

xiaohuasheng0x1/bip44-php
=========================

1.0.0(3y ago)039PHPPHP &gt;=7.2

Since Mar 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xiaohuasheng0x1/bip44-php)[ Packagist](https://packagist.org/packages/xiaohuasheng0x1/bip44-php)[ RSS](/packages/xiaohuasheng0x1-bip44-php/feed)WikiDiscussions 1.0.0 Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

BIP-44 in PHP
=============

[](#bip-44-in-php)

About
-----

[](#about)

This is a pure PHP SDK for working with BIP-44 standart

Installing
----------

[](#installing)

```
composer require xiaohuasheng0x1/bip44-php
```

Using SDK
---------

[](#using-sdk)

### Get private key by path

[](#get-private-key-by-path)

Returns a string

###### Example

[](#example)

- Get private key by path and seed

```
use BIP\BIP44;

$seed = 'a95e6ca6908e9d6051479c0083e62d2dd3067878091455d52fef322032bf888ebaa6482a343b8c6b2e6d051c3a1701228358d27af550e65a858ce612c4713933';

$HDKey = BIP44::fromMasterSeed($seed)->derive("m/44'/60'/0'/0/0");

echo $HDKey->privateKey; // 2e1c993e0b05e1facc80d405fba18c9fa263d89e4caffe342417c40c7c46742f
```

- Get extended keys by path and seed

```
use BIP\BIP44;

$seed = 'a95e6ca6908e9d6051479c0083e62d2dd3067878091455d52fef322032bf888ebaa6482a343b8c6b2e6d051c3a1701228358d27af550e65a858ce612c4713933';

$HDKey = BIP44::fromMasterSeed($seed)->derive("m/44'/60'/0'/0");

echo $HDKey->getPublicExtendedKey(); // xpub6Dnoiy4pCzyjYYan4SNvbnKH9pZNHvHKWrMGWD6RnZ7SC4RA57S1csNfYXbCywk27x4cGdwdYFr2cRwa3fGfG9nDV2z7B5njAFNshjzeA2n

echo $HDKey->getPrivateExtendedKey(); // xprv9zoTKTXvNdRSL4WJxQqvEeNYbnistTZU9dRfhpgpEDaTKG61Xa7m554BhEZdsQB8y5eK2k5XdZNoRQv9zFD7sN9hnuW28NdsYtC1J8kvsNe
```

License
-------

[](#license)

The BIP-44 PHP SDK is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~156 days

Total

2

Last Release

987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4646175128c98659d5d3409a25c6122e7752dca1c5dcc99b3c00692d15434300?d=identicon)[xiaohuasheng0x1](/maintainers/xiaohuasheng0x1)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xiaohuasheng0x1-bip44-php/health.svg)

```
[![Health](https://phpackages.com/badges/xiaohuasheng0x1-bip44-php/health.svg)](https://phpackages.com/packages/xiaohuasheng0x1-bip44-php)
```

###  Alternatives

[web3p/ethereum-util

A collection of utility functions for Ethereum written in PHP.

30420.2k26](/packages/web3p-ethereum-util)[swentel/nostr-php

Nostr helper library for PHP

6725.9k3](/packages/swentel-nostr-php)[digitaldonkey/ecverify

A library integrating Ethereum with typed PHP.

14109.2k2](/packages/digitaldonkey-ecverify)

PHPackages © 2026

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