Download the PHP package barechain/bitcoin without Composer
On this page you can find all versions of the php package barechain/bitcoin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download barechain/bitcoin
More information about barechain/bitcoin
Files in barechain/bitcoin
Download barechain/bitcoin
More information about barechain/bitcoin
Files in barechain/bitcoin
Vendor barechain
Package bitcoin
Short Description Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/barechain/bitcoin
Package bitcoin
Short Description Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/barechain/bitcoin
Please rate this library. Is it a good library?
Informations about the package bitcoin
Bitcoin
This repository contains an implementation of Bitcoin using mostly pure PHP.
Warning: This library does not support 32-bit installations of PHP. Please also note that composer is the only supported installation method.
Installation
You can install this library via Composer: composer require barechain/bitcoin
Documentation
Check out the beginnings of the documentation for the library: [Introduction]
Presently supported:
- Blocks, headers, and merkle blocks and bloom filters
- P2SH & Segregated witness scripts
- An adaptable elliptic-curve library, using [PhpEcc] by default, or libsecp256k1 if the bindings are found
- Support for building, parsing, signing/validating transactions
- Deterministic signatures (RFC6979)
- BIP32 and electrum (older type I) deterministic key algorithms
- BIP39, and the older electrum seed format.
- ScriptFactory for common input/output types, parser, interpreter, and classifiers
- Supports bindings to libbitcoinconsensus
- Bindings to Stratum (electrum) servers
All versions of bitcoin with dependencies
PHP Build Version
Package Version
Requires
ext-bcmath Version
*
ext-gmp Version *
php-64bit Version >=8.0
pleonasm/merkle-tree Version 1.0.0
composer/semver Version ^3.2.0
lastguest/murmurhash Version ^2.1.0
mdanter/ecc Version ^1.0
bitwasp/buffertools Version ^0.5.0
bitwasp/bech32 Version ^0.0.1
ext-gmp Version *
php-64bit Version >=8.0
pleonasm/merkle-tree Version 1.0.0
composer/semver Version ^3.2.0
lastguest/murmurhash Version ^2.1.0
mdanter/ecc Version ^1.0
bitwasp/buffertools Version ^0.5.0
bitwasp/bech32 Version ^0.0.1
The package barechain/bitcoin contains the following files
Loading the files please wait ....