Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegogulski committed Nov 24, 2010
1 parent ddfa4d2 commit 9bd3646
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
bitcoin-php
===========

A [Bitcoin][Bitcoin] library for [PHP](http://www.php.net/).

Documentation
-------------

Documentation can be found at [code.gogulski.com](http://code.gogulski.com/).

Requirements
------------

### PHP requirements:
* PHP5
* cURL support
* SSL support (if you're using HTTPS to talk to bitcoind)

Donate
------

* Bitcoin payments: 1E3d6EWLgwisXY2CWXDcdQQP2ivRN7e9r9
* Gifts via other methods: <http://www.nostate.com/support-nostatecom/>

Authors
-------

* [Mike Gogulski](http://github.com/mikegogulski) -
<http://www.nostate.com/> <http://www.gogulski.com/>

Credits
-------

bitcoin-php incorporates code from:

* [XML-RPC for PHP][XML-RPC-PHP] by Edd Dumbill (for JSON-RPC support)

License
-------

bitcoin-php is free and unencumbered public domain software. For more
information, see <http://unlicense.org/> or the accompanying UNLICENSE file.


[Bitcoin]: http://www.bitcoin.org/
[XML-RPC-PHP]: http://phpxmlrpc.sourceforge.net/

0 comments on commit 9bd3646

Please sign in to comment.