PHPackages                             astrotomic/steam-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. astrotomic/steam-sdk

ActiveLibrary[API Development](/categories/api)

astrotomic/steam-sdk
====================

Interact with Steam API.

2.2.0(5mo ago)7500[5 PRs](https://github.com/Astrotomic/steam-sdk/pulls)1MITPHP ^8.1

Since Nov 7Compare

[ Source](https://github.com/Astrotomic/steam-sdk)[ Packagist](https://packagist.org/packages/astrotomic/steam-sdk)[ GitHub Sponsors](https://github.com/sponsors/Gummibeer)[ Fund](https://forest.astrotomic.info)[ RSS](/packages/astrotomic-steam-sdk/feed)WikiDiscussions Synced yesterday

READMEChangelog (10)Dependencies (11)Versions (14)Used By (1)

Steam SDK
=========

[](#steam-sdk)

[![Latest Version](https://camo.githubusercontent.com/da5122f21410f44f2080bf9880bfb0d9a48b4d0ba81518eb1bea6b717cc29b0d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617374726f746f6d69632f737465616d2d73646b2e7376673f6c6162656c3d52656c65617365267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/astrotomic/steam-sdk)[![MIT License](https://camo.githubusercontent.com/91d1adba0716b3308527e9de33b63c63595b2ec8d3fc53f79e82412c17c36df9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f417374726f746f6d69632f737465616d2d73646b2e7376673f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/Astrotomic/steam-sdk/blob/master/LICENSE.md)[![Offset Earth](https://camo.githubusercontent.com/d204555ebe1fb0ae82d10c97b4f4ffc2dfdd2ba1489f98be7f7e8708333a0466/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d677265656e3f7374796c653d666f722d7468652d6261646765)](https://forest.astrotomic.info)[![Larabelles](https://camo.githubusercontent.com/a2c8d5126ddd8c5ddc627176d1d2e0568f8399b50038e71fd7f774c3e24dbe4b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726162656c6c65732d2546302539462541362538342d6c6967687470696e6b3f7374796c653d666f722d7468652d6261646765)](https://larabelles.com)

[![Total Downloads](https://camo.githubusercontent.com/bde20fea2cb5b56162bf44a32d3e88d843e56b1aa27f5e89ce7707a9b061b504/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617374726f746f6d69632f737465616d2d73646b2e7376673f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/astrotomic/steam-sdk)[![PHP Version](https://camo.githubusercontent.com/e8243a26c6f9e8d8bb93c63eeaad369836b3d54b70f2f1ce39129253c1a21aea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f617374726f746f6d69632f737465616d2d73646b2f7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/astrotomic/steam-sdk)[![Laravel Version](https://camo.githubusercontent.com/b577d7f9a11ebe3ef26cfe4ec113fb80a04bd75bfb0347fe562e2f9638da2ef3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f617374726f746f6d69632f737465616d2d73646b2f696c6c756d696e6174652f737570706f72743f7374796c653d666c61742d737175617265266c6162656c3d4c61726176656c)](https://packagist.org/packages/astrotomic/steam-sdk)

Installation
------------

[](#installation)

```
composer require astrotomic/steam-sdk
```

And you have to define `services.steam.api_key` config with your [Steam API-Key](https://steamcommunity.com/dev/apikey) to use.

Usage
-----

[](#usage)

```
$steam = app(\Astrotomic\SteamSdk\SteamConnector::class);

$steam->getPlayerSummaries($steamid);
```

### Implemented Requests

[](#implemented-requests)

HTTPPathMethod✅**GET**`ISteamApps/GetAppList/v2``$steam->getAppList()`✅**GET**`ISteamNews/GetNewsForApp/v2``$steam->getNewsForApp()`✅**GET**`ISteamUser/GetFriendList/v1``$steam->getFriendList()`✅**GET**`ISteamUser/GetPlayerBans/v1``$steam->getPlayerBans()`✅**GET**`ISteamUser/GetPlayerSummaries/v2``$steam->getPlayerSummaries()`✅**GET**`ISteamUser/ResolveVanityURL/v1``$steam->resolveVanityUrl()`✅**GET**`ISteamUserStats/GetGlobalAchievementPercentagesForApp/v2``$steam->getGlobalAchievementPercentagesForApp()`✅**GET**`ISteamWebAPIUtil/GetSupportedAPIList/v1``$steam->getSupportedApiList()`✅**GET**`actions/QueryLocations``$steam->queryLocations()`✅**GET**`ISteamApps/GetAppList/v1``$steam->getAppList()`✅**GET**`ISteamNews/GetNewsForApp/v1``$steam->getNewsForApp()`✅**GET**`ISteamUser/GetPlayerSummaries/v1``$steam->getPlayerSummaries()`✅**GET**`ISteamUserStats/GetGlobalAchievementPercentagesForApp/v1``$steam->getGlobalAchievementPercentagesForApp()`🗒️**GET**`IPlayerService/GetBadges/v1`🗒️**GET**`IPlayerService/GetCommunityBadgeProgress/v1`🗒️**GET**`IPlayerService/GetOwnedGames/v1`✅️**GET**`IPlayerService/GetRecentlyPlayedGames/v1``$steam->getRecentlyPlayedGames()`✅**GET**`IPlayerService/GetSteamLevel/v1``$steam->getSteamLevel()`🗒️**GET**`IPlayerService/IsPlayingSharedGame/v1`🗒️**GET**`ISteamUser/GetUserGroupList/v1`🗒️**GET**`ISteamUserStats/GetGlobalStatsForGame/v1`🗒️**GET**`ISteamUserStats/GetNumberOfCurrentPlayers/v1`🗒️**GET**`ISteamUserStats/GetPlayerAchievements/v1`🗒️**GET**`ISteamUserStats/GetUserStatsForGame/v1`🗒️**GET**`ISteamUserStats/GetUserStatsForGame/v2`❓️**GET**`ICSGOPlayers_730/GetNextMatchSharingCode/v1`❓️**GET**`ICSGOServers_730/GetGameMapsPlaytime/v1`❓️**GET**`ICSGOServers_730/GetGameServersStatus/v1`❓️**GET**`ICSGOTournaments_730/GetTournamentFantasyLineup/v1`❓️**GET**`ICSGOTournaments_730/GetTournamentItems/v1`❓️**GET**`ICSGOTournaments_730/GetTournamentLayout/v1`❓️**GET**`ICSGOTournaments_730/GetTournamentPredictions/v1`❓️**GET**`IContentServerConfigService/GetSteamCacheNodeParams/v1`❓️**GET**`IContentServerDirectoryService/GetClientUpdateHosts/v1`❓️**GET**`IContentServerDirectoryService/GetDepotPatchInfo/v1`❓️**GET**`IContentServerDirectoryService/GetServersForSteamPipe/v1`❓️**GET**`IDOTA2MatchStats_205790/GetRealtimeStats/v1`❓️**GET**`IDOTA2MatchStats_570/GetRealtimeStats/v1`❓️**GET**`IDOTA2Match_205790/GetLiveLeagueGames/v1`❓️**GET**`IDOTA2Match_205790/GetMatchDetails/v1`❓️**GET**`IDOTA2Match_205790/GetMatchHistory/v1`❓️**GET**`IDOTA2Match_205790/GetMatchHistoryBySequenceNum/v1`❓️**GET**`IDOTA2Match_205790/GetTeamInfoByTeamID/v1`❓️**GET**`IDOTA2Match_205790/GetTopLiveEventGame/v1`❓️**GET**`IDOTA2Match_205790/GetTopLiveGame/v1`❓️**GET**`IDOTA2Match_205790/GetTopWeekendTourneyGames/v1`❓️**GET**`IDOTA2Match_205790/GetTournamentPlayerStats/v1`❓️**GET**`IDOTA2Match_205790/GetTournamentPlayerStats/v2`❓️**GET**`IDOTA2Match_570/GetLiveLeagueGames/v1`❓️**GET**`IDOTA2Match_570/GetMatchDetails/v1`❓️**GET**`IDOTA2Match_570/GetMatchHistory/v1`❓️**GET**`IDOTA2Match_570/GetMatchHistoryBySequenceNum/v1`❓️**GET**`IDOTA2Match_570/GetTeamInfoByTeamID/v1`❓️**GET**`IDOTA2Match_570/GetTopLiveEventGame/v1`❓️**GET**`IDOTA2Match_570/GetTopLiveGame/v1`❓️**GET**`IDOTA2Match_570/GetTopWeekendTourneyGames/v1`❓️**GET**`IDOTA2Match_570/GetTournamentPlayerStats/v1`❓️**GET**`IDOTA2Match_570/GetTournamentPlayerStats/v2`❓️**GET**`IDOTA2StreamSystem_205790/GetBroadcasterInfo/v1`❓️**GET**`IDOTA2StreamSystem_570/GetBroadcasterInfo/v1`❓️**GET**`IDOTA2Ticket_205790/GetSteamIDForBadgeID/v1`❓️**GET**`IDOTA2Ticket_205790/SteamAccountValidForBadgeType/v1`❓️**GET**`IDOTA2Ticket_570/GetSteamIDForBadgeID/v1`❓️**GET**`IDOTA2Ticket_570/SteamAccountValidForBadgeType/v1`❓️**GET**`IEconDOTA2_205790/GetEventStatsForAccount/v1`❓️**GET**`IEconDOTA2_205790/GetGameItems/v1`❓️**GET**`IEconDOTA2_205790/GetHeroes/v1`❓️**GET**`IEconDOTA2_205790/GetItemCreators/v1`❓️**GET**`IEconDOTA2_205790/GetItemWorkshopPublishedFileIDs/v1`❓️**GET**`IEconDOTA2_205790/GetRarities/v1`❓️**GET**`IEconDOTA2_205790/GetTournamentPrizePool/v1`❓️**GET**`IEconDOTA2_570/GetEventStatsForAccount/v1`❓️**GET**`IEconDOTA2_570/GetGameItems/v1`❓️**GET**`IEconDOTA2_570/GetHeroes/v1`❓️**GET**`IEconDOTA2_570/GetItemCreators/v1`❓️**GET**`IEconDOTA2_570/GetItemWorkshopPublishedFileIDs/v1`❓️**GET**`IEconDOTA2_570/GetRarities/v1`❓️**GET**`IEconDOTA2_570/GetTournamentPrizePool/v1`❓️**GET**`IEconItems_1046930/GetPlayerItems/v1`❓️**GET**`IEconItems_1269260/GetEquippedPlayerItems/v1`❓️**GET**`IEconItems_205790/GetEquippedPlayerItems/v1`❓️**GET**`IEconItems_205790/GetPlayerItems/v1`❓️**GET**`IEconItems_205790/GetStoreMetaData/v1`❓️**GET**`IEconItems_221540/GetPlayerItems/v1`❓️**GET**`IEconItems_238460/GetPlayerItems/v1`❓️**GET**`IEconItems_440/GetPlayerItems/v1`❓️**GET**`IEconItems_440/GetSchema/v1`❓️**GET**`IEconItems_440/GetSchemaItems/v1`❓️**GET**`IEconItems_440/GetSchemaOverview/v1`❓️**GET**`IEconItems_440/GetSchemaURL/v1`❓️**GET**`IEconItems_440/GetStoreMetaData/v1`❓️**GET**`IEconItems_440/GetStoreStatus/v1`❓️**GET**`IEconItems_570/GetEquippedPlayerItems/v1`❓️**GET**`IEconItems_570/GetPlayerItems/v1`❓️**GET**`IEconItems_570/GetStoreMetaData/v1`❓️**GET**`IEconItems_583950/GetEquippedPlayerItems/v1`❓️**GET**`IEconItems_620/GetPlayerItems/v1`❓️**GET**`IEconItems_620/GetSchema/v1`❓️**GET**`IEconItems_730/GetPlayerItems/v1`❓️**GET**`IEconItems_730/GetSchema/v2`❓️**GET**`IEconItems_730/GetSchemaURL/v2`❓️**GET**`IEconItems_730/GetStoreMetaData/v1`❓️**GET**`IEconService/GetTradeHistory/v1`❓️**GET**`IEconService/GetTradeHoldDurations/v1`❓️**GET**`IEconService/GetTradeOffer/v1`❓️**GET**`IEconService/GetTradeOffers/v1`❓️**GET**`IEconService/GetTradeOffersSummary/v1`❓️**GET**`IEconService/GetTradeStatus/v1`❓️**GET**`IGCVersion_1046930/GetClientVersion/v1`❓️**GET**`IGCVersion_1046930/GetServerVersion/v1`❓️**GET**`IGCVersion_1269260/GetClientVersion/v1`❓️**GET**`IGCVersion_1269260/GetServerVersion/v1`❓️**GET**`IGCVersion_205790/GetClientVersion/v1`❓️**GET**`IGCVersion_205790/GetServerVersion/v1`❓️**GET**`IGCVersion_440/GetClientVersion/v1`❓️**GET**`IGCVersion_440/GetServerVersion/v1`❓️**GET**`IGCVersion_570/GetClientVersion/v1`❓️**GET**`IGCVersion_570/GetServerVersion/v1`❓️**GET**`IGCVersion_583950/GetClientVersion/v1`❓️**GET**`IGCVersion_583950/GetServerVersion/v1`❓️**GET**`IGCVersion_730/GetServerVersion/v1`❓️**GET**`IGameServersService/GetAccountList/v1`❓️**GET**`IGameServersService/GetAccountPublicInfo/v1`❓️**GET**`IGameServersService/GetServerIPsBySteamID/v1`❓️**GET**`IGameServersService/GetServerSteamIDsByIP/v1`❓️**GET**`IGameServersService/QueryByFakeIP/v1`❓️**GET**`IGameServersService/QueryLoginToken/v1`❓️**GET**`IInventoryService/GetPriceSheet/v1`❓️**GET**`IPortal2Leaderboards_620/GetBucketizedData/v1`❓️**GET**`IPublishedFileService/GetDetails/v1`❓️**GET**`IPublishedFileService/GetSubSectionData/v1`❓️**GET**`IPublishedFileService/GetUserFileCount/v1`❓️**GET**`IPublishedFileService/GetUserFiles/v1`❓️**GET**`IPublishedFileService/GetUserVoteSummary/v1`❓️**GET**`IPublishedFileService/QueryFiles/v1`❓️**GET**`ISteamApps/GetSDRConfig/v1`❓️**GET**`ISteamApps/GetSDRConfig/v2`❓️**GET**`ISteamApps/GetServersAtAddress/v1`❓️**GET**`ISteamApps/UpToDateCheck/v1`❓️**GET**`ISteamBroadcast/ViewerHeartbeat/v1`❓️**GET**`ISteamDirectory/GetCMList/v1`❓️**GET**`ISteamDirectory/GetCMListForConnect/v1`❓️**GET**`ISteamDirectory/GetSteamPipeDomains/v1`❓️**GET**`ISteamEconomy/GetAssetClassInfo/v1`❓️**GET**`ISteamEconomy/GetAssetPrices/v1`❓️**GET**`ISteamRemoteStorage/GetUGCFileDetails/v1`❓️**GET**`ISteamUserAuth/AuthenticateUserTicket/v1`❓️**GET**`ISteamUserOAuth/GetTokenDetails/v1`❓️**GET**`ISteamUserStats/GetSchemaForGame/v1`❓️**GET**`ISteamUserStats/GetSchemaForGame/v2`❓️**GET**`ISteamWebAPIUtil/GetServerInfo/v1`❓️**GET**`IStoreService/GetAppList/v1`❓️**GET**`ITFItems_440/GetGoldenWrenches/v1`❓️**GET**`ITFItems_440/GetGoldenWrenches/v2`❓️**GET**`ITFPromos_440/GetItemID/v1`❓️**GET**`ITFPromos_620/GetItemID/v1`❓️**GET**`ITFSystem_440/GetWorldStatus/v1`❓️**POST**`IBroadcastService/PostGameDataFrameRTMP/v1`❓️**POST**`ICSGOTournaments_730/UploadTournamentFantasyLineup/v1`❓️**POST**`ICSGOTournaments_730/UploadTournamentPredictions/v1`❓️**POST**`ICheatReportingService/ReportCheatData/v1`❓️**POST**`IClientStats_1046930/ReportEvent/v1`❓️**POST**`IContentServerConfigService/SetSteamCacheClientFilters/v1`❓️**POST**`IContentServerConfigService/SetSteamCachePerformanceStats/v1`❓️**POST**`IDOTA2Ticket_205790/SetSteamAccountPurchased/v1`❓️**POST**`IDOTA2Ticket_570/SetSteamAccountPurchased/v1`❓️**POST**`IGameNotificationsService/UserCreateSession/v1`❓️**POST**`IGameNotificationsService/UserDeleteSession/v1`❓️**POST**`IGameNotificationsService/UserUpdateSession/v1`❓️**POST**`IGameServersService/CreateAccount/v1`❓️**POST**`IGameServersService/DeleteAccount/v1`❓️**POST**`IGameServersService/ResetLoginToken/v1`❓️**POST**`IGameServersService/SetMemo/v1`❓️**POST**`IHelpRequestLogsService/GetApplicationLogDemand/v1`❓️**POST**`IHelpRequestLogsService/UploadUserApplicationLog/v1`❓️**POST**`IInventoryService/CombineItemStacks/v1`❓️**POST**`IInventoryService/SplitItemStack/v1`❓️**POST**`IPlayerService/RecordOfflinePlaytime/v1`❓️**POST**`ISteamCDN/SetClientFilters/v1`❓️**POST**`ISteamCDN/SetPerformanceStats/v1`❓️**POST**`ISteamRemoteStorage/GetCollectionDetails/v1`❓️**POST**`ISteamRemoteStorage/GetPublishedFileDetails/v1`❓️**POST**`ISteamUserAuth/AuthenticateUser/v1`❓️**POST**`ISteamWebUserPresenceOAuth/PollStatus/v1`❓️**POST**`ITFPromos_440/GrantItem/v1`❓️**POST**`ITFPromos_620/GrantItem/v1`Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Astrotomic/.github/blob/master/CONTRIBUTING.md) for details. You could also be interested in [CODE OF CONDUCT](https://github.com/Astrotomic/.github/blob/master/CODE_OF_CONDUCT.md).

### Security

[](#security)

If you discover any security related issues, please check [SECURITY](https://github.com/Astrotomic/.github/blob/master/SECURITY.md) for steps to report it.

Credits
-------

[](#credits)

- [Tom Witkowski](https://github.com/Gummibeer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to [plant trees](https://www.bbc.co.uk/news/science-environment-48870920). If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees at [ecologi.com/astrotomic](https://forest.astrotomic.info)

Read more about Treeware at [treeware.earth](https://treeware.earth)

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance73

Regular maintenance activity

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~107 days

Recently: every ~229 days

Total

12

Last Release

155d ago

Major Versions

0.5.0 → 1.0.02023-11-16

1.0.0 → 2.0.02025-08-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6187884?v=4)[Tom Herrmann](/maintainers/Gummibeer)[@Gummibeer](https://github.com/Gummibeer)

---

Top Contributors

[![Gummibeer](https://avatars.githubusercontent.com/u/6187884?v=4)](https://github.com/Gummibeer "Gummibeer (39 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![ilumos](https://avatars.githubusercontent.com/u/509407?v=4)](https://github.com/ilumos "ilumos (2 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/astrotomic-steam-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/astrotomic-steam-sdk/health.svg)](https://phpackages.com/packages/astrotomic-steam-sdk)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/mail

The Illuminate Mail package.

5910.6M502](/packages/illuminate-mail)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
