10个你应当了解的PHP比特币开源项目

栏目: PHP · 发布时间: 6年前

内容简介:如果你是一个Phper,如果你希望学习区块链,那么本文列出的 10个开源的Php比特币项目,将有助于你了解在自己的应用中 如何加入对比特币的支持。如果你希望快速掌握使用Php对接比特币钱包的方法,可以访问我们的 在线互动课程:《Php比特币开发详解》。

如果你是一个Phper,如果你希望学习区块链,那么本文列出的 10个开源的 Php 比特币项目,将有助于你了解在自己的应用中 如何加入对比特币的支持。

如果你希望快速掌握使用Php对接比特币钱包的方法,可以访问我们的 在线互动课程:《Php比特币开发详解》。

1. bitcoin-php

bitcoin-php 是比特币协议的Php实现,支持验证脚本的构建与解析、 分层确定性密钥、裸交易、隔离见证等诸多特性,功能极其丰富:

10个你应当了解的PHP比特币开源项目

源代码:https://github.com/Bit-Wasp/bitcoin-php

2. minera

minera 是一个用来监控、管理比特币挖矿设备的开源系统:

10个你应当了解的PHP比特币开源项目

源代码:https://github.com/getminera/minera

3. api-v1-client-php

api-v1-client-php 是鼎鼎大名的blockchain.info网站官方提供的Php开发库, 如果你不打算自己部署节点,可以使用它的API:

10个你应当了解的PHP比特币开源项目

源代码:https://github.com/blockchain/api-v1-client-php

4. BitWasp

BitWasp 是一个开源的比特币电商交易市场系统,支持多重签名:

10个你应当了解的PHP比特币开源项目

源代码:https://github.com/Bit-Wasp/BitWasp

5. bitcoin.php

bitcoin.php 是一个比特币节点旳Php访问库。

源代码:https://github.com/dryphp/bitcoin.php

6. EasyBitcoin-PHP

EasyBitcoin-PHP 是另一个封装比特币钱包RPC的类。

源代码:https://github.com/aceat64/EasyBitcoin-PHP

7. intersango

intersango 是一个Php实现的比特币交易所系统,曾经应用于 intersango.com和britcoin.co.uk:

10个你应当了解的PHP比特币开源项目

源代码:https://github.com/dooglus/intersango

8. bitcoind-php

bitcoind-php 是对bitcoind的rpc api的底层封装,可以用来在你的php 代码中节点钱包交互。

推荐使用composer安装bitcoind-php:

~$ composer require nbobtc/bitcoind-php

源代码:https://github.com/nbobtc/bitcoind-php

9. piWallet

piWallet 是一个Php实现的数字加密货币在线钱包,可以支持各种代币

piWallet后端使用Php和MySQL,前端实现则采用了流行的Bootstrap框架。

源代码:https://github.com/johnathanmartin/piWallet

10. coinwidget

coinwidget让你可以在自己的网页上轻松地添加一个数字货币捐赠按钮, 目前支持比特币和莱特币:

10个你应当了解的PHP比特币开源项目

coinwidget包含后台的php代码和前台的js代码。

源代码:https://github.com/scottycc/coinwidget.com

汇智网原创,转载请标明出处。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

Lincoln Stein、Doug MacEachern / O'Reilly Media, Inc. / 1999-03 / USD 39.95

Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web......一起来看看 《Writing Apache Modules with Perl and C》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具