PHPackages                             minter/minter-php-bip-44 - 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. minter/minter-php-bip-44

ActiveLibrary

minter/minter-php-bip-44
========================

v1.2.0(5y ago)2312.1k↓31.4%23[2 PRs](https://github.com/MinterTeam/minter-php-bip-44/pulls)9PHPPHP ^7.1.3|^8.0CI failing

Since Jul 8Pushed 3y ago4 watchersCompare

[ Source](https://github.com/MinterTeam/minter-php-bip-44)[ Packagist](https://packagist.org/packages/minter/minter-php-bip-44)[ RSS](/packages/minter-minter-php-bip-44/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (9)

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 minter/minter-php-bip-44
```

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

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~330 days

Total

4

Last Release

1872d ago

Major Versions

0.0.1 → v1.0.02018-07-08

PHP version history (2 changes)0.0.1PHP ^7.1.3

v1.2.0PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/971c5a45b1096a296b8bdb7df6aa64e88206e9e0dbb276e13c4a65da2c417b98?d=identicon)[danil-lashin](/maintainers/danil-lashin)

---

Top Contributors

[![grkamil](https://avatars.githubusercontent.com/u/10536620?v=4)](https://github.com/grkamil "grkamil (14 commits)")[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (1 commits)")

---

Tags

bip39bip44deterministic-walletsethereummnemonicphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minter-minter-php-bip-44/health.svg)

```
[![Health](https://phpackages.com/badges/minter-minter-php-bip-44/health.svg)](https://phpackages.com/packages/minter-minter-php-bip-44)
```

###  Alternatives

[iexbase/tron-api

A PHP API for interacting with Tron (Trx)

437136.9k8](/packages/iexbase-tron-api)[web3p/ethereum-tx

Ethereum transaction library in PHP.

191340.8k25](/packages/web3p-ethereum-tx)[web3p/ethereum-util

A collection of utility functions for Ethereum written in PHP.

30420.2k26](/packages/web3p-ethereum-util)[drlecks/simple-web3-php

Web3 library in PHP

7641.6k2](/packages/drlecks-simple-web3-php)[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)
