furqansiddiqui/bitcoin-php

Bitcoin lib PHP

Installs: 139

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 3

Open Issues: 2

pkg:composer/furqansiddiqui/bitcoin-php

dev-master 2023-03-24 10:12 UTC

This package is auto-updated.

Last update: 2025-09-24 15:47:51 UTC


README

Bitcoin lib is designed for PHP apps to work with Bitcoin protocol (supporting all networks in Bitcoin family, i.e. Litecoin, DOGE, etc...)

  • Generate private/public key pair for Bitcoin
  • Generate P2PKH/P2SH addresses from Public keys
  • BIP39 mnemonic implementation
  • BIP32/44 Hierarchical deterministic (HD) wallets
  • Creating and signing of transactions/messages
  • and of course RPC client to interact with Bitcoin-core daemons!