PHPackages                             eihmels/steam-price-overview - 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. eihmels/steam-price-overview

ActiveLibrary[API Development](/categories/api)

eihmels/steam-price-overview
============================

deliver some applications to work with the steam api

4.0.0(3y ago)0119MITPHPPHP ^8.0

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eihmels/steam-price-overview)[ Packagist](https://packagist.org/packages/eihmels/steam-price-overview)[ RSS](/packages/eihmels-steam-price-overview/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (8)Versions (6)Used By (0)

steam-price-overview
====================

[](#steam-price-overview)

returns an Item Object based on the ItempriceOverview of Steam

Dependencies
------------

[](#dependencies)

Requirements:
-------------

[](#requirements)

- `>= PHP 8.0`

Install and Usage
-----------------

[](#install-and-usage)

```
composer require eihmels/steam-price-overview

```

you can send a request to the market/priceOverview/ api from Steam. via the ModelItemPriceOverview.

execute will return a Item, which looks like this:

```
item:
  Money lowestPrice
  Money medianPrice
  int volume
  string name

```

### lowestPrice

[](#lowestprice)

[Money/Money](https://github.com/moneyphp/money) value in Dollar

### medianPrice

[](#medianprice)

[Money/Money](https://github.com/moneyphp/money) value in Dollar. The average price at which the item has been sold. See the [Steam marketplace](https://steamcommunity.com/market/listings/730/StatTrak%E2%84%A2%20P250%20%7C%20Steel%20Disruption%20%28Factory%20New%29) item graph for a better understanding on how the median is calculated.

### volume

[](#volume)

a integer value - the total number of this specific item which has been sold/bought.

### name

[](#name)

string value with the name of the Item.

Codequality Tools
-----------------

[](#codequality-tools)

### run *phpUnit*

[](#run-phpunit)

```
  php ./vendor/bin/phpunit.phar --configuration ./phpunit.xml
  php ./vendor/bin/phpunit.phar --coverage-html ./coverage-report

```

### run phpstan

[](#run-phpstan)

```
   php ./vendor/bin/phpcs.phar --standard=./ruleset.xml  ./src/*/
   php ./vendor/bin/phpcs.phar --standard=./ruleset.xml  ./tests/*

```

### run phpstan

[](#run-phpstan-1)

```
   php ./vendor/bin/phpstan.phar analyse -l max  ./src/

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 94% 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 ~207 days

Total

5

Last Release

1202d ago

Major Versions

1.1.0 → 2.0.02020-12-04

2.0.0 → 3.0.02021-04-12

3.0.0 → 4.0.02023-01-26

PHP version history (3 changes)1.0.0PHP ^7.4

3.0.0PHP ^7.4 || ^8.0

4.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/84e2df205cebaf1fb6e32a27a452961aefff8ae6a1c52f7cce2912a22067888d?d=identicon)[eihmels](/maintainers/eihmels)

---

Top Contributors

[![eihmels](https://avatars.githubusercontent.com/u/39192593?v=4)](https://github.com/eihmels "eihmels (47 commits)")[![eihmels-c24](https://avatars.githubusercontent.com/u/159025649?v=4)](https://github.com/eihmels-c24 "eihmels-c24 (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/eihmels-steam-price-overview/health.svg)

```
[![Health](https://phpackages.com/badges/eihmels-steam-price-overview/health.svg)](https://phpackages.com/packages/eihmels-steam-price-overview)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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