PHPackages                             invisnik/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. invisnik/laravel-steam-inventory

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

invisnik/laravel-steam-inventory
================================

Laravel Steam Inventory

v1.1.0(7y ago)64016[1 PRs](https://github.com/invisnik/laravel-steam-inventory/pulls)MITPHPPHP &gt;=7.0

Since Aug 13Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

2853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd3a9eb435b81dd3be8b0acf916f536cd04a996ce40ee8ef0395f251d6ace18b?d=identicon)[invisnik](/maintainers/invisnik)

---

Top Contributors

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

---

Tags

inventoryparsersteamsteam-apisteam-inventorylaravelsteaminventorysteam apisteam inventory

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M123](/packages/roots-acorn)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M846](/packages/laravel-socialite)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M529](/packages/laravel-boost)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M155](/packages/spatie-laravel-health)

PHPackages © 2026

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