Download the PHP package scriptoshi/bitcoin-php without Composer
On this page you can find all versions of the php package scriptoshi/bitcoin-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download scriptoshi/bitcoin-php
More information about scriptoshi/bitcoin-php
Files in scriptoshi/bitcoin-php
Download scriptoshi/bitcoin-php
More information about scriptoshi/bitcoin-php
Files in scriptoshi/bitcoin-php
Vendor scriptoshi
Package bitcoin-php
Short Description PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/scriptoshi/bitcoin-php
Package bitcoin-php
Short Description PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/scriptoshi/bitcoin-php
Please rate this library. Is it a good library?
Informations about the package bitcoin-php
For the original repository, see github.com/scriptoshi/bitcoin-php.
Bitcoin
This repository contains an implementation of Bitcoin using mostly pure PHP.
Installation
You can install this library via Composer: composer require scriptoshi/bitcoin-php
Contributing
All contributions are welcome. Please see [this page] before you get started
Documentation
Check out the beginnings of the documentation for the library: [Introduction]
Presently supported:
- 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-php with dependencies
PHP Build Version
Package Version
Requires
php-64bit Version
>=8.0
composer/semver Version ^3.4
bitwasp/buffertools Version ^0.5.7
ext-json Version *
ext-curl Version *
ext-mbstring Version *
ext-gmp Version *
ext-bcmath Version *
paragonie/ecc Version ^2.4
composer/semver Version ^3.4
bitwasp/buffertools Version ^0.5.7
ext-json Version *
ext-curl Version *
ext-mbstring Version *
ext-gmp Version *
ext-bcmath Version *
paragonie/ecc Version ^2.4
The package scriptoshi/bitcoin-php contains the following files
Loading the files please wait ....