Braseidon\SteamItemPrices is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel 5.
- Uses the fast Steam API to fetch data
- Requires a Steam API Key
- Utilizes Laravel's Caching system
- Made specifically for use with Laravel 5
- Coded to the PSR-2 and PSR-4 PHP coding standards
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.