29/07
2018
Steamworks PHP Wrapper for easy WebAPI interaction
Do not pick the master branch, its unstable and broken as its WIP., (*1)
Pick a release instead, those are stable!, (*2)
, (*3)
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)
composer require justinback/steam-php
vendor/autoload.php
steam.php
$steam = new justinback\steam\SteamManager($sApiKey, $iAppID, $sSteamid);
examples/
directory.Docs, (*10)
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"
Feel free to make a Pull Request or Open an Issue!, (*12)