Download the PHP package yoruchiaki/php-webase-front without Composer
On this page you can find all versions of the php package yoruchiaki/php-webase-front. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yoruchiaki/php-webase-front
More information about yoruchiaki/php-webase-front
Files in yoruchiaki/php-webase-front
Package php-webase-front
Short Description 使用PHP对WebaseFront节点前置服务提供调用
License MIT
Informations about the package php-webase-front
PHP-WEBASE-FRONT
提示
!!!本项目处于开发中,接口和调用方式仍会发生改变!!!
项目
本项目提供对 Webase-Front-Node 前置服务的接口调用
针对Laravel提供开箱可用的支持
安装
已完成的(已完成E2E测试)
- 合约接口 Contract
- 密钥接口 PrivateKey
- 交易接口 Trans
- 工具接口 Tool
未完成的(删除代表已完成)
ContractInterface.php- BaseServiceInterface.php
- CertInterface.php
- ChargingInterface.php
- ContractInterface.php
- ContractStoreInterface.php
- EncryptInterface.php
- EventInterface.php
- HttpRequestInterface.php
- PerformanceInterface.php
- PermissionInterface.php
PrivateKeyInterface.phpToolInterface.phpTransInterface.php- Web3Interface.php
说明
依赖条件
本项目前置依赖: 1.已经正确安装并部署了 Webase 的相关服务:Sign 服务,Node 节点。 2.可以正常访问 Webase 的Node节点前置服务。例如:http://10.0.200.118:5002/WeBASE-Front/#/home
使用本项目可以方便的调用Node前置节点提供的各种服务,可实现的功能与WeBASE-FRONT完全一致,并且使用各种对象封装使接口更加清晰易懂。
WeBASE-Front是和FISCO-BCOS节点配合使用的一个子系统。此分支支持FISCO-BCOS 2.0以上版本,集成web3sdk,对接口进行了封装,可通过HTTP请求和节点进行通信。另外,具备可视化控制台,可以在控制台上开发智能合约,部署合约和发送交易,并查看交易和区块详情。还可以管理私钥,对节点健康度进行监控和统计。
安装
本项目使用 Composer 对依赖项目进行管理
当前项目处于迭代阶段,使用方法尚不稳定,请自行决定是否使用
1.执行下面的安装命令
2.【可选】使用Laravel发布配置文件
3.【可选】在Laravel的 config/webase-front.php 中修改 frontUrl或在环境变量中创建
安装完毕
使用
- 常规PHP项目使用
2.如果你使用Laravel的话则可以直接使用Facade进行调用
3.以此类推
All versions of php-webase-front with dependencies
guzzlehttp/guzzle Version ^7.3
ext-bcmath Version *
ext-json Version *