2017 © Pedro Peláez
 

library steam-php

Steamworks PHP Wrapper for easy WebAPI interaction

image

justinback/steam-php

Steamworks PHP Wrapper for easy WebAPI interaction

  • Sunday, July 29, 2018
  • by JustinBack
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SteamPHP

Notice!

Do not pick the master branch, its unstable and broken as its WIP., (*1)

Pick a release instead, those are stable!, (*2)

Compability

PHP5.x PHP7.0 PHP7.1 PHP7.2 PHP7.3 PHP7.4 PHP8.0, (*3)

Info

GitHub issues, (*4)

GitHub license, (*5)

FAQ

Why?, (*6)

Most developers struggle with interacting with the WebAPI, this (yet) unfinished library makes everything easier!, (*7)

How?, (*8)

Making web requests especially multiple can be frustrating such as code quality. This library makes it easy with providing one liners. Examples below*, (*9)

Installation

Composer

  1. composer require justinback/steam-php
  2. include vendor/autoload.php
  3. See Usage

By Source

  1. Download from GitHub
  2. include steam.php
  3. See Usage

Usage


$steam = new justinback\steam\SteamManager($sApiKey, $iAppID, $sSteamid);

Examples

Examples are in the examples/ directory.

Documentation

Docs, (*10)

Generating

Get apigen, (*11)

./path_to_executeable "generate" "--source" "path_to_source" "--destination" "path_to_source/docs" "--title" "SteamPHP" "--charset" "UTF-8" "--exclude" "index.php" "--access-levels" "public" "--access-levels" "protected" "--php" "--tree" "--deprecated" "--todo" "--template-theme bootstrap"

Feature Requests / Bug Reports

Feel free to make a Pull Request or Open an Issue!, (*12)

The Versions

29/07 2018

dev-dev

dev-dev

Steamworks PHP Wrapper for easy WebAPI interaction

  Sources   Download

The Requires

  • php >=5.4.0

 

06/07 2018

dev-master

9999999-dev

Steamworks PHP Wrapper for easy WebAPI interaction

  Sources   Download

The Requires

  • php >=5.4.0