This package uses the Steam API (requires dev key) to check prices for game items, like in Counter-Strike: Global Offensive. This is a Laravel 5 based package.
braseidon/steam-item-prices-laravel is a Laravel package for this package uses the steam api (requires dev key) to check prices for game items, like in counter-strike: global offensive. this is a laravel 5 based package..
It currently has 2 GitHub stars and 16 downloads on Packagist.
Install it with composer require braseidon/steam-item-prices-laravel.
Discover more Laravel packages by braseidon
or browse all Laravel packages to compare alternatives.
Last updated
Braseidon\SteamItemPrices is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel 5.
Braseidon\SteamItemPrices is available via Composer:
$ composer require braseidon/steam-item-prices-laravel
Include the Service Provider in your app's config/app.php.
'providers' => [
// ...
'Braseidon\SteamItemPrices\Support\SteamItemPricesServiceProvider',
];
Documentation will be finished when v1.0.0 is up.
Contributions are more than welcome and will be fully credited.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see LICENSE for more information.