PHPackages                             vinsinity/laravel-steam-inventory - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vinsinity/laravel-steam-inventory

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vinsinity/laravel-steam-inventory
=================================

Laravel Steam Inventory

v1.1.0(7y ago)04MITPHPPHP &gt;=7.0

Since Aug 13Pushed 4y agoCompare

[ Source](https://github.com/Vinsinity/laravel-steam-inventory)[ Packagist](https://packagist.org/packages/vinsinity/laravel-steam-inventory)[ Docs](https://github.com/invisnik/laravel-steam-inventory)[ RSS](/packages/vinsinity-laravel-steam-inventory/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

Steam Inventory parser for Laravel 5
====================================

[](#steam-inventory-parser-for-laravel-5)

[![Code Climate](https://camo.githubusercontent.com/711fb2f8549094ba9ebc0b7e91b51ea00bcc704c46d5e47e13a41365da426a91/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f696e7669736e696b2f6c61726176656c2d737465616d2d696e76656e746f72792f6261646765732f6770612e737667)](https://codeclimate.com/github/invisnik/laravel-steam-inventory)[![Latest Stable Version](https://camo.githubusercontent.com/35a3aa58323fa1c696078bb9a0fba20d2cd2895b11c52b8857754c56fa19f96e/68747470733a2f2f706f7365722e707567782e6f72672f696e7669736e696b2f6c61726176656c2d737465616d2d696e76656e746f72792f762f737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/invisnik/laravel-steam-inventory)[![Total Downloads](https://camo.githubusercontent.com/f5086dc745a9fc3f3944b2c04952fa3d1af9764fc3ff86ed09961a837633f523/68747470733a2f2f706f7365722e707567782e6f72672f696e7669736e696b2f6c61726176656c2d737465616d2d696e76656e746f72792f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/invisnik/laravel-steam-inventory)[![License](https://camo.githubusercontent.com/1b29a781b68f5b8b430de5c333d87af65acec3cc0d214d24b15bebc3a09fb266/68747470733a2f2f706f7365722e707567782e6f72672f696e7669736e696b2f6c61726176656c2d737465616d2d696e76656e746f72792f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/invisnik/laravel-steam-inventory)

Dependencies
------------

[](#dependencies)

- Laravel cache driver, which supports tags. For example `Redis` or `Memcached`

Installation Via Composer
-------------------------

[](#installation-via-composer)

Add this to your `composer.json` file, in the require object:

```
"invisnik/laravel-steam-inventory": "1.*"
```

After that, run `composer install` to install the package.

#### Laravel 5.4 and below

[](#laravel-54-and-below)

Add the service provider to `app/config/app.php`, within the `providers` array.

```
'providers' => [
	// ...
	Invisnik\LaravelSteamInventory\ServiceProvider::class,
]
```

The package is automatically added if you are in Laravel 5.5.

#### Config Files

[](#config-files)

Lastly, publish the config file and configure it.

```
php artisan vendor:publish

```

Usage example
-------------

[](#usage-example)

```
namespace App\Http\Controllers;

use Invisnik\LaravelSteamInventory\SteamInventory;

class YourController extends Controller
{
    /**
     * @var SteamInventory
     */
    private $steamInventory;

    public function __construct(SteamInventory $steamInventory)
    {
        $this->steamInventory = $steamInventory;
    }

    public function index()
    {
    	$user = App\User::find(1);
	// $user->steamid = '76561198233097000'
    	$items = $this->steamInventory
		->loadInventory($user->steamid, 730)->getInventoryWithDescriptions();

	return view('your.view.file', compact('items'));
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~195 days

Total

3

Last Release

2804d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11478286?v=4)[xx xxx](/maintainers/Vinsinity)[@Vinsinity](https://github.com/Vinsinity)

---

Top Contributors

[![invisnik](https://avatars.githubusercontent.com/u/7964397?v=4)](https://github.com/invisnik "invisnik (16 commits)")[![Vinsinity](https://avatars.githubusercontent.com/u/11478286?v=4)](https://github.com/Vinsinity "Vinsinity (2 commits)")

---

Tags

laravelsteaminventorysteam apisteam inventory

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vinsinity-laravel-steam-inventory/health.svg)

```
[![Health](https://phpackages.com/badges/vinsinity-laravel-steam-inventory/health.svg)](https://phpackages.com/packages/vinsinity-laravel-steam-inventory)
```

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
