An open API service indexing awesome lists of open source software.

https://github.com/dryphp/bitcoin.php

Bitcoin library for PHP.
https://github.com/dryphp/bitcoin.php

bitcoin bitcoin-php php

Last synced: 6 months ago
JSON representation

Bitcoin library for PHP.

Awesome Lists containing this project

README

          

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:

Authors
-------

* [Mike Gogulski](http://github.com/mikegogulski) -

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 or the accompanying UNLICENSE file.

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