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.
- Host: GitHub
- URL: https://github.com/dryphp/bitcoin.php
- Owner: dryphp
- Created: 2010-11-23T19:57:48.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T16:30:46.000Z (over 9 years ago)
- Last Synced: 2024-12-06T17:19:25.811Z (about 1 year ago)
- Topics: bitcoin, bitcoin-php, php
- Language: PHP
- Homepage: http://www.nostate.com/3962/bitcoin-php-a-php-library-for-bitcoin/
- Size: 157 KB
- Stars: 242
- Watchers: 39
- Forks: 115
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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/