dryphp / bitcoin.php

Bitcoin library for PHP.
http://www.nostate.com/3962/bitcoin-php-a-php-library-for-bitcoin/
242 stars 115 forks source link

Update for bugfix and new features #13

Open sskaje opened 11 years ago

sskaje commented 11 years ago

Change log: bugfix: change all methods in class Bitcoin static (fixed: 'PHP Fatal error: Using $this when not in object context in /Users/sskaje/Work/bitcoin/bitcoin-php/src/bitcoin.inc on line 215')

new features: add support for conversion between private key and WIF;

other improvements add new BitcoinException; new checksum() for common usage; dos2unix; update unit test script for new features.

lorenzoasr commented 10 years ago

Nice work