From c5cb729126a6b23a50465118f468a91de65f40f3 Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Fri, 12 Jan 2018 20:55:15 +0100 Subject: [PATCH] Add bitwasp bitcoin php library --- ch03.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ch03.asciidoc b/ch03.asciidoc index fd94f688..8ebedc52 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -774,6 +774,9 @@ https://github.com/bitcoinjs/bitcoinjs-lib[BitcoinJS] :: A pure JavaScript Bitco https://bitcoinj.github.io[bitcoinj]:: A Java full-node client library https://bitsofproof.com[Bits of Proof (BOP)]:: A Java enterprise-class implementation of bitcoin +==== PHP +https://github.com/bit-wasp/bitcoin-php[bitwasp/bitcoin]:: A PHP bitcoin library, and related projects + ==== Python https://github.com/petertodd/python-bitcoinlib[python-bitcoinlib]:: A Python bitcoin library, consensus library, and node by Peter Todd https://github.com/richardkiss/pycoin[pycoin]:: A Python bitcoin library by Richard Kiss