{"id":20512052,"url":"https://github.com/justinback/steamphp","last_synced_at":"2025-08-31T09:38:49.901Z","repository":{"id":53738590,"uuid":"136957356","full_name":"JustinBack/SteamPHP","owner":"JustinBack","description":"Steamworks WebAPI Wrapper for PHP","archived":false,"fork":false,"pushed_at":"2021-03-20T15:13:55.000Z","size":1898,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-31T09:38:44.900Z","etag":null,"topics":["php","steam","steamworks","wrapper"],"latest_commit_sha":null,"homepage":"https://steamphp.docs.justinback.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JustinBack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"justinback","custom":"paypal.me/jusback"}},"created_at":"2018-06-11T17:12:01.000Z","updated_at":"2021-12-07T14:13:14.000Z","dependencies_parsed_at":"2022-09-23T19:42:14.886Z","dependency_job_id":null,"html_url":"https://github.com/JustinBack/SteamPHP","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/JustinBack/SteamPHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinBack%2FSteamPHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinBack%2FSteamPHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinBack%2FSteamPHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinBack%2FSteamPHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustinBack","download_url":"https://codeload.github.com/JustinBack/SteamPHP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinBack%2FSteamPHP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965439,"owners_count":25023067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","steam","steamworks","wrapper"],"created_at":"2024-11-15T20:39:34.319Z","updated_at":"2025-08-31T09:38:49.876Z","avatar_url":"https://github.com/JustinBack.png","language":"PHP","funding_links":["https://patreon.com/justinback","paypal.me/jusback"],"categories":[],"sub_categories":[],"readme":"# SteamPHP\n\n## Notice!\n\nDo not pick the master branch, its unstable and broken as its WIP.\n\nPick a release instead, those are stable!\n\n###### Compability\n![PHP5.x](https://img.shields.io/badge/PHP5.x-Incompatible-red)\n![PHP7.0](https://img.shields.io/badge/PHP7.0-Compatible-green)\n![PHP7.1](https://img.shields.io/badge/PHP7.1-Compatible-green)\n![PHP7.2](https://img.shields.io/badge/PHP7.2-Compatible-green)\n![PHP7.3](https://img.shields.io/badge/PHP7.3-Compatible-green)\n![PHP7.4](https://img.shields.io/badge/PHP7.4-Compatible-green)\n![PHP8.0](https://img.shields.io/badge/PHP8.0-Not%20Tested-yellow)\n\n###### Info\n\n\n[![GitHub issues](https://img.shields.io/github/issues/JustinBack/SteamPHP.svg)](https://github.com/JustinBack/SteamPHP/issues)\n\n[![GitHub license](https://img.shields.io/github/license/JustinBack/SteamPHP.svg)](https://github.com/JustinBack/SteamPHP/blob/master/LICENSE)\n\n##### FAQ\n\n**Why?**\n\n*Most developers struggle with interacting with the WebAPI, this (yet) unfinished library makes everything easier!*\n\n**How?**\n\nMaking web requests especially multiple can be frustrating such as code quality. This library makes it easy with providing one liners. Examples below*\n\n## Installation\n\n### Composer\n\n1. `composer require justinback/steam-php`\n2. include `vendor/autoload.php`\n3. See Usage\n\n### By Source\n\n1. Download from GitHub\n2. include `steam.php`\n3. See Usage\n\n\n## Usage\n\n```php\n\n$steam  = new justinback\\steam\\SteamManager($sApiKey, $iAppID, $sSteamid);\n\n```\n\n## Examples\n\n\n#### Examples are in the `examples/` directory.\n\n\n\n\n## Documentation\n\n\n[Docs](https://steamphp.docs.justinback.com)\n\n\n### Generating\n\nGet apigen\n\n```\n./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\"\n```\n\n## Feature Requests / Bug Reports\n\n\nFeel free to make a [Pull Request](https://github.com/JustinBack/SteamPHP/compare) or [Open an Issue](https://github.com/JustinBack/SteamPHP/issues/new/choose)!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinback%2Fsteamphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinback%2Fsteamphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinback%2Fsteamphp/lists"}