aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Kerin <afk11@users.noreply.github.com>2015-10-18 19:04:14 +0100
committerThomas Kerin <afk11@users.noreply.github.com>2015-10-18 19:04:14 +0100
commitd2e3fbc620550d133f7569c32927b889c3a4953b (patch)
tree86c3e3513a59b5aeb67e6125f26e283b934edcda /doc
parentd78a880900c15c7a28ae81e6632090f25fea7fce (diff)
downloadbitcoin-d2e3fbc620550d133f7569c32927b889c3a4953b.tar.xz
Mention PHP bindings to libbitcoinconsensus
Diffstat (limited to 'doc')
-rw-r--r--doc/shared-libraries.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md
index f1448f7258..f4ff53d6e9 100644
--- a/doc/shared-libraries.md
+++ b/doc/shared-libraries.md
@@ -41,3 +41,4 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
- [NBitcoin](https://github.com/NicolasDorier/NBitcoin/blob/master/NBitcoin/Script.cs#L814) (.NET Bindings)
- [node-libbitcoinconsensus](https://github.com/bitpay/node-libbitcoinconsensus) (Node.js Bindings)
- [java-libbitcoinconsensus](https://github.com/dexX7/java-libbitcoinconsensus) (Java Bindings)
+- [bitcoinconsensus-php](https://github.com/Bit-Wasp/bitcoinconsensus-php) (PHP Bindings)