PHPackages                             steamwebapi/php-steam-api - 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. steamwebapi/php-steam-api

ActiveLibrary[API Development](/categories/api)

steamwebapi/php-steam-api
=========================

Steamwebapi PHP Package for CS:GO, RUST, DOTA - Inventory, Profile, SteamID API

5121↓66.7%1PHP

Since Apr 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/steamwebapi/steam-web-api-php)[ Packagist](https://packagist.org/packages/steamwebapi/php-steam-api)[ RSS](/packages/steamwebapi-php-steam-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Steam Web API for Inventory, Profile and SteamIds
--------------------------------------------------------

[](#simple-steam-web-api-for-inventory-profile-and-steamids)

This Steamapi using [www.steamwebapi.com](http://www.steamwebapi.com) and you need a Free API Key from there.

Functions
=========

[](#functions)

### Inventory

[](#inventory)

Get a list of all inventory information from a SteamId without Steam Blocks.

### Inventory and total price of the inventory

[](#inventory-and-total-price-of-the-inventory)

Get a list of all inventory information from a SteamId blocking and calculate the total price of the inventory.

### Profile

[](#profile)

Get a list of all profile information without Steam Blocks.

### SteamId Converter

[](#steamid-converter)

Get a list of all Steamids from a ID string.

How to use?
-----------

[](#how-to-use)

```
composer require steamwebapi/php-steam-api

```

```
$steamWebApi = new SteamWebApi('YOUR API KEY');

// Get Inventory
$steamWebApi->getInventory('STEAMID');

// Get Inventory And Worth
$steamWebApi->getInventoryWorth('STEAMID');

// Get Profile (Username or Url --- OR --- SteamId) -- choice one of them, only one is required, if you dont have username just send null
$steamWebApi->getProfile('Username or Url', 'SteamId');

// Convert SteamId
$steamWebApi->getSteamId('STEAMID');
```

You can help me to improve this package
=======================================

[](#you-can-help-me-to-improve-this-package)

If you want to add new functions, just create a pull request.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/44f66dd38b1942dbabd0809283280203311f0252d003439d2b71456e14df7ec2?d=identicon)[steamwebapi](/maintainers/steamwebapi)

---

Tags

csgo-skinscsogskinssteamsteam-apisteampipe

### Embed Badge

![Health badge](/badges/steamwebapi-php-steam-api/health.svg)

```
[![Health](https://phpackages.com/badges/steamwebapi-php-steam-api/health.svg)](https://phpackages.com/packages/steamwebapi-php-steam-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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