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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-webase-front

PHP-WEBASE-FRONT

提示

!!!本项目处于开发中,接口和调用方式仍会发生改变!!!

项目

本项目提供对 Webase-Front-Node 前置服务的接口调用

针对Laravel提供开箱可用的支持

安装

已完成的(已完成E2E测试)

未完成的(删除代表已完成)

说明

依赖条件

本项目前置依赖: 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或在环境变量中创建

安装完毕

使用

  1. 常规PHP项目使用

2.如果你使用Laravel的话则可以直接使用Facade进行调用

3.以此类推


All versions of php-webase-front with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 | ^8.0
guzzlehttp/guzzle Version ^7.3
ext-bcmath Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yoruchiaki/php-webase-front contains the following files

Loading the files please wait ....