Skip to content

nmarley/bitcoin-php

 
 

Repository files navigation

##Bitcoin

Build Status Code Coverage Scrutinizer Code Quality

Latest Stable Version Join the chat at https://gitter.im/Bit-Wasp/bitcoin-php

This repository contains an implementation of Bitcoin using mostly pure PHP.

Installation

You can install this library via Composer: composer require bitwasp/bitcoin

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:

  • Bloom filters
  • Blocks, headers, and merkle blocks
  • 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
  • ScriptFactory for common input/output types, parser, interpreter, and classifiers
  • Supports bindings to libbitcoinconsensus
  • RPC bindings to Bitcoin Core's RPC
  • Bindings to Stratum (electrum) servers
  • Easy serialization to binary representation of most classes
  • SIGHASH types when creating transactions
  • Payment Protocol (BIP70)

About

Bitcoin implementation in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Other 0.3%