braseidon/steam-inventory-laravel

SteamInventory is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel.
34 10
Install
composer require braseidon/steam-inventory-laravel
PHP:>=5.4.0
License:MIT
Last Updated:Jul 21, 2016
Links: GitHub  ·  Packagist
Maintainer: braseidon

Braseidon Steam Inventory

Author Source Code Latest Version Software License Build Status Total Downloads

Braseidon\SteamInventory is a wrapper around the JSON Steam API that grabs a user's inventory of items.

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:

$ composer require braseidon/steam-inventory-laravel

Include the Service Provider in your app's config/app.php.

'providers' => [
    // ...
    'Braseidon\SteamInventory\Support\SteamInventoryServiceProvider',
];

Documentation

Documentation will be finished when v1.0.0 is up.

Contributing

Contributions are more than welcome and will be fully credited.

Security

If you discover any security related issues, please email brandon@poseidonwebstudios.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see LICENSE for more information.

Related Packages

vasil7112/steam-inventory-laravel

SteamInventory is a wrapper around the JSON Steam API that grabs a user's items...

14 0
gurzhii/steam-item-prices-laravel

This package uses the Steam API (requires dev key) to check prices for game item...

8 0
braseidon/steam-item-prices-laravel

This package uses the Steam API (requires dev key) to check prices for game item...

16 2
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,305 162
skizu/simpleapi

Simple api wrapper with easy caching and throttling

170 2