PHPackages                             gegeriyadi/steam - 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. [API Development](/categories/api)
4. /
5. gegeriyadi/steam

ActiveLibrary[API Development](/categories/api)

gegeriyadi/steam
================

Simple Steam Package to get simple result from steam api

129PHP

Since Dec 7Pushed 3y agoCompare

[ Source](https://github.com/gegeriyadi/Laravel-Steam)[ Packagist](https://packagist.org/packages/gegeriyadi/steam)[ RSS](/packages/gegeriyadi-steam/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Steam
=============

[](#laravel-steam)

Laravel Steam was created and is maintained by [gegeriyadi](https://github.com/gegeriyadi) and is a wrapper for Laravel 5-7 to communicate with Steam API.

Support Laravel 7.x

Installation
------------

[](#installation)

```
$ composer require gegeriyadi/steam

```

Configuration
-------------

[](#configuration)

after you install this package with composer, you should publish config file with artisan

```
php artisan vendor:publish --tag:config

```

and set steam api at .env file STEAM\_APIKEY=yourapikey

get your apikey at steam dev pages [here](https://steamcommunity.com/dev)

Usage
-----

[](#usage)

Here you can see an example of just how simple this package is to use.

```
use Gegeriyadi\Steam\Facades\Steam;

Steam::getUserData('yoursteamid');
```

example output

```
{
    "response": {
        "players": [
            {
                "steamid": "76561198193808363",
                "communityvisibilitystate": 3,
                "profilestate": 1,
                "personaname": "GEGEPES",
                "lastlogoff": 1523033287,
                "profileurl": "http://steamcommunity.com/id/gegame/",
                "avatar": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/2b/2b5dac5a402b3bf7f9be122561bfafdebc416d11.jpg",
                "avatarmedium": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/2b/2b5dac5a402b3bf7f9be122561bfafdebc416d11_medium.jpg",
                "avatarfull": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/2b/2b5dac5a402b3bf7f9be122561bfafdebc416d11_full.jpg",
                "personastate": 1,
                "realname": "Teguh Riyadi",
                "primaryclanid": "103582791459909028",
                "timecreated": 1430056461,
                "personastateflags": 0,
                "loccountrycode": "ID",
                "locstatecode": "33"
            }
        ]
    }
}
```

Legal
-----

[](#legal)

This software was developed for internal use. It is shared with the general public under the permissive MIT license, without any guarantee of fitness for any particular purpose. Refer to the included LICENSE file for more details.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2532535?v=4)[Teguh Riyadi](/maintainers/gegeriyadi)[@gegeriyadi](https://github.com/gegeriyadi)

---

Top Contributors

[![gegeriyadi](https://avatars.githubusercontent.com/u/2532535?v=4)](https://github.com/gegeriyadi "gegeriyadi (20 commits)")

---

Tags

laravelsteamsteam-api

### Embed Badge

![Health badge](/badges/gegeriyadi-steam/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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