Download the PHP package jukit/json-rpc-client without Composer

On this page you can find all versions of the php package jukit/json-rpc-client. 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 json-rpc-client

PHP JSON RPC Client

项目简介

PHP JSON RPC Client 是一个用于与远程 JSON-RPC 服务进行通信的 PHP 库。

它采用轻量级的远程过程调用(RPC)协议,通过 TCP/IP 传输协议进行通信,使用 JSON(JavaScript Object Notation)作为数据交换格式。

旨在为用户提供在 PHP 应用中与远程 JSON-RPC 服务进行通信的简单而灵活的解决方案。

用户可以轻松地与远程服务进行交互,发送请求并获取响应,实现远程方法调用等功能。

PHP JSON RPC Client 是一个功能简单、性能优越的 PHP 客户端库,适用于各种 PHP 项目中与远程 JSON-RPC 服务进行通信的场景,为用户提供了一种简单可靠的解决方案。

功能特点

  1. 基于流式传输:提供了高效可靠的通信机制,适用于各种网络环境下的数据传输需求。
  2. 灵活配置:支持用户根据实际需求配置主机地址、端口、超时时间等参数。
  3. 异常处理:对可能发生的异常情况进行了充分考虑和处理,提供了友好的异常信息和错误提示,保证了通信过程的稳定性和可靠性。
  4. 简单易用:提供了简洁明了的 API 接口,用户无需深入了解 JSON-RPC 协议的细节。
  5. 高性能:采用了高效的数据编码和解码方式,提高了通信效率,保证了客户端的高性能和稳定性。

Socket & Stream 客户端

PHP JSON-RPC Socket & Stream 客户端是一个用于与远程 JSON-RPC 服务进行通信的 PHP 库,支持 Socket 和 Stream 两种不同的通信方式。

用户可以根据自己的需求选择适合的通信方式进行远程方法调用。

  1. Socket 通信:通过 Socket 通信方式与远程 JSON-RPC 服务进行交互,实现远程方法调用等功能。
  2. Stream 通信:通过 Stream 通信方式与远程 JSON-RPC 服务进行交互,实现远程方法调用等功能。
  3. 连接管理:支持连接的建立、断开和重连等操作,保证了通信过程的稳定性和可靠性。

安装

`

接入指南

``

``


All versions of json-rpc-client with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ext-sockets 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 jukit/json-rpc-client contains the following files

Loading the files please wait ....