Registry / networking / alibabacloud-tea-rpc

alibabacloud-tea-rpc

JSON →
library0.1.11phppackagistunverified

Alibaba Cloud RPC Client for making remote procedure calls to Alibaba Cloud services.

composer require alibabacloud/tea-rpc
INSTALL
IMPORT
SIG · ALIBABACLOUD-TEA-R
A
alibabacloud-tea-rpc
networkingphpv0.1.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RpcClient
use AlibabaCloud\Tea\Rpc\RpcClient;

Initialize the RPC client and make a request to describe regions.

use AlibabaCloud\Tea\Rpc\RpcClient; $client = new RpcClient([ 'accessKeyId' => 'your-access-key-id', 'accessKeySecret' => 'your-access-key-secret', 'endpoint' => 'ecs.aliyuncs.com', ]); $response = $client->request('DescribeRegions', []); echo $response->body;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.11latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
Resources
alibabacloud-tea-rpc — pip install alibabacloud-tea-rpc · libregistry