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.

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 steamdata-sdk-php

Steamdata SDK for PHP

Composer Downloads GitHub License codecov

这是适用于 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
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.9
nesbot/carbon Version ^2.72
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 cubicnode/steamdata-sdk-php contains the following files

Loading the files please wait ...