| Package Data | |
|---|---|
| Maintainer Username: | braseidon | 
| Maintainer Contact: | bluejd910@gmail.com (Brandon Johnson) | 
| Package Create Date: | 2015-05-03 | 
| Package Last Update: | 2015-12-03 | 
| Home Page: | |
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-30 15:03:54 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 16 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 3 | 
| Total Watchers: | 2 | 
| Total Forks: | 2 | 
| Total Open Issues: | 2 | 
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 brandon@poseidonwebstudios.com instead of using the issue tracker.
The MIT License (MIT). Please see LICENSE for more information.