Download the PHP package cubicnode/steamdata-sdk-php without Composer
On this page you can find all versions of the php package cubicnode/steamdata-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cubicnode/steamdata-sdk-php
More information about cubicnode/steamdata-sdk-php
Files in cubicnode/steamdata-sdk-php
Download cubicnode/steamdata-sdk-php
More information about cubicnode/steamdata-sdk-php
Files in cubicnode/steamdata-sdk-php
Vendor cubicnode
Package steamdata-sdk-php
Short Description Steamdata SDK for PHP
License Apache-2.0
Package steamdata-sdk-php
Short Description Steamdata SDK for PHP
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package steamdata-sdk-php
Steamdata SDK for PHP
这是适用于 PHP 的 Steamdata SDK,通过这个 SDK,您可以方便的在您的 PHP 项目中使用 Steamdata 的 API。
此包支持的 PHP 版本同步官方支持的 PHP 版本(不含 PHP 8.1)。
https://www.php.net/supported-versions.php
安装
仅能通过 composer 安装。
使用
客户端需要先设置服务类型,然后调用 send 方法发送请求,send 方法接收两个参数,第一个参数是服务路由,第二个参数是请求参数,请求参数是一个关联数组,数组的键是参数名,数组的值是参数值。
请注意,请求是异步的,您需要调用 wait 方法等待请求完成。
客户端除了接受 ServiceApiConfig 配置之外,还支持设置自己的 guzzle Client 配置。
All versions of steamdata-sdk-php with dependencies
PHP Build Version
Package Version
The package cubicnode/steamdata-sdk-php contains the following files
Loading the files please wait ...