PHPackages                             sgtaziz/steamauth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. sgtaziz/steamauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sgtaziz/steamauth
=================

A package to authenticate using Steam's API.

1.2.3(3y ago)51712[1 PRs](https://github.com/sgtaziz/steamauth/pulls)MITPHPPHP &gt;=5.3.0

Since Mar 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sgtaziz/steamauth)[ Packagist](https://packagist.org/packages/sgtaziz/steamauth)[ RSS](/packages/sgtaziz-steamauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

Installation
============

[](#installation)

1. Edit your `composer.json` to require `"sgtaziz/steamauth": "~1.2"`.
2. Run `composer update` to download and install the package.
3. Copy `vendor/sgtaziz/steamauth/src/config/steamauth.php` to `config/steamauth.php`.
4. Edit `steamauth.php` to include your Steam API key.
5. Open up `config/app.php` and add `'sgtaziz\SteamAuth\SteamAuthServiceProvider'` as a service provider. You must also add `'SteamAuth' => 'sgtaziz\SteamAuth\Facades\SteamAuth'` to aliases.

Documentation
=============

[](#documentation)

Currently, the only real usable function is SteamAuth::Auth(). Example:

```
