Braseidon Steam Inventory
, (*1)
Braseidon\SteamInventory is a wrapper around the JSON Steam API that grabs a user's inventory of items., (*2)
Highlights
- Uses the fast & free JSON Steam API to fetch data
- Automagically converts 32 bit and 64 bit Steam ID's to the appropriate type
- Utilizes Laravel's Caching system
- Made specifically for use with Laravel 5
- Coded to the PSR-2 and PSR-4 PHP coding standards
Installation
Braseidon\SteamInventory is available via Composer:, (*3)
$ composer require braseidon/steam-inventory-laravel
Include the Service Provider in your app's config/app.php
., (*4)
'providers' => [
// ...
'Braseidon\SteamInventory\Support\SteamInventoryServiceProvider',
];
Documentation
Documentation will be finished when v1.0.0 is up., (*5)
Contributing
Contributions are more than welcome and will be fully credited., (*6)
Security
If you discover any security related issues, please email brandon@poseidonwebstudios.com instead of using the issue tracker., (*7)
Credits
License
The MIT License (MIT). Please see LICENSE for more information., (*8)