Download the PHP package eihmels/steam-price-overview without Composer
On this page you can find all versions of the php package eihmels/steam-price-overview. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eihmels/steam-price-overview
More information about eihmels/steam-price-overview
Files in eihmels/steam-price-overview
Package steam-price-overview
Short Description deliver some applications to work with the steam api
License MIT
Informations about the package steam-price-overview
steam-price-overview
returns an Item Object based on the ItempriceOverview of Steam
Dependencies
Requirements:
Install and Usage
you can send a request to the market/priceOverview/ api from Steam. via the ModelItemPriceOverview.
execute will return a Item, which looks like this:
lowestPrice
Money/Money value in Dollar
medianPrice
Money/Money value in Dollar. The average price at which the item has been sold. See the Steam marketplace item graph for a better understanding on how the median is calculated.
volume
a integer value - the total number of this specific item which has been sold/bought.
name
string value with the name of the Item.
Codequality Tools
run phpUnit
php ./vendor/bin/phpunit.phar --configuration ./phpunit.xml
php ./vendor/bin/phpunit.phar --coverage-html ./coverage-report
run phpstan
php ./vendor/bin/phpcs.phar --standard=./ruleset.xml ./src/*/
php ./vendor/bin/phpcs.phar --standard=./ruleset.xml ./tests/*
run phpstan
php ./vendor/bin/phpstan.phar analyse -l max ./src/
All versions of steam-price-overview with dependencies
guzzlehttp/guzzle Version ^7.5
symfony/http-foundation Version ^6.0
moneyphp/money Version ^4.1
ext-intl Version *