Download the PHP package xyqweb/rpc without Composer
On this page you can find all versions of the php package xyqweb/rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rpc
RPC SDK for php
Run environment
- PHP 7.1+.
Install RPC PHP SDK
composer require xyqweb/rpc
-
If you use the composer to manage project dependencies, run the following command in your project's root directory:
composer require xyqweb/rpc
You can also declare the dependency on Log SDK for PHP in the
composer.json
file."require": { "xyqweb/rpc": "~0.1" }
Then run
composer install
to install the dependency. After the Composer Dependency Manager is installed, import the dependency in your PHP code:require_once __DIR__ . '/vendor/autoload.php';
Quick use
Initialize an LogClient
Load in normal mode
Load in normal mode yii2
All versions of rpc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-json Version *
ext-json Version *
The package xyqweb/rpc contains the following files
Loading the files please wait ....