{"id":18701341,"url":"https://github.com/marinx/oc-steamauth","last_synced_at":"2026-05-15T20:06:25.197Z","repository":{"id":77919487,"uuid":"96421210","full_name":"MarinX/oc-steamauth","owner":"MarinX","description":"Steam API authentication for OctoberCMS","archived":false,"fork":false,"pushed_at":"2019-05-17T20:16:12.000Z","size":185,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-19T03:41:25.918Z","etag":null,"topics":["laravel","octobercms","php","steam-api","steam-client"],"latest_commit_sha":null,"homepage":null,"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/MarinX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-06T11:02:05.000Z","updated_at":"2025-04-03T15:16:37.000Z","dependencies_parsed_at":"2023-02-25T20:30:26.676Z","dependency_job_id":null,"html_url":"https://github.com/MarinX/oc-steamauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarinX/oc-steamauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinX%2Foc-steamauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinX%2Foc-steamauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinX%2Foc-steamauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinX%2Foc-steamauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarinX","download_url":"https://codeload.github.com/MarinX/oc-steamauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinX%2Foc-steamauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","octobercms","php","steam-api","steam-client"],"created_at":"2024-11-07T11:41:19.391Z","updated_at":"2026-05-15T20:06:25.182Z","avatar_url":"https://github.com/MarinX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Auth\nA simple steam API authetication for [OctoberCMS](https://octobercms.com) by Marin.\n\n# Installation and Setup\n\n1. Go to system on the main menus in your backend.\n2. Click on the settings subsection.\n3. Under the **Steam** area, there should be a plugin setting called \"Steam API\", click on that.\n4. Insert your steam API key, which can be obtain here [http://steamcommunity.com/dev/apikey](http://steamcommunity.com/dev/apikey)\n5. Insert relative path for page after authorization (eg /steam or /login) - this is where you will get your session user info\n6. Enable HTTPS if you are using https\n\n# Usage\nThe steam login route is **/marin/steamauth/login** eg. http://yourwebsite.com/marin/steamauth/login\n\n- You will be then redirected to steam page where you need to login to your account.\n- After login, you will be redirected to the page you specifed on settings **redirect**.\n- You can now grab session **steamuser** for user info or **steamerror** for any error.\n\nPage code section\n```php\npublic function onEnd() \n{\n    $this['steamuser'] = Session::get('steamuser');\n    $this['steamerror'] = Session::get('steamerror');\n}\n```\nPage markup section\n```php\n{% if steamuser %}\nSteamID: {{steamuser['steamid']}}\nProfile: {{steamuser['profileurl']}}\n...etc\n{% endif %}\n```\n\nFull reference of object can be found on [steamAPI](https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerSummaries_.28v0002.29)\n\n\n# Demo\n[https://marin-basic.com/steamauth](https://marin-basic.com/steamauth)\n\n**no sessions or data is stored, so please dont abuse the login!**\n\n# Donate\nGot some crypto ?\n\nETH: 0x9b5437b13d7bd585bfd6212fab7aa8ac109ee81e\n\nBTC: 3Ld3oCASP9zWKy1gc7EqEyC4uozwZdo8cV\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinx%2Foc-steamauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarinx%2Foc-steamauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinx%2Foc-steamauth/lists"}