SteamInventory is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel.
vasil7112/steam-inventory-laravel is a Laravel package for steaminventory is a wrapper around the json steam api that grabs a user's items - all packaged up for laravel..
It currently has 0 GitHub stars and 14 downloads on Packagist.
Install it with composer require vasil7112/steam-inventory-laravel.
Discover more Laravel packages by vasil7112
or browse all Laravel packages to compare alternatives.
Last updated
Braseidon\SteamInventory is a wrapper around the JSON Steam API that grabs a user's inventory of items.
Braseidon\SteamInventory is available via Composer:
$ composer require braseidon/steam-inventory-laravel
Include the Service Provider in your app's config/app.php.
'providers' => [
// ...
'Braseidon\SteamInventory\Support\SteamInventoryServiceProvider',
];
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.