PHPackages                             ehesp/steam-login - 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. ehesp/steam-login

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

ehesp/steam-login
=================

A simple PHP Steam login and validation package

1.2.0(8y ago)4520.9k↑112.5%8[2 issues](https://github.com/Ehesp/Steam-Login/issues)MITPHPPHP &gt;=5.3.0

Since Jul 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Ehesp/Steam-Login)[ Packagist](https://packagist.org/packages/ehesp/steam-login)[ RSS](/packages/ehesp-steam-login/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)DependenciesVersions (8)Used By (0)

PHP Steam Login
===============

[](#php-steam-login)

This package enables you to easily log users in via Steam, using their OpenID service. However, this package does not require that you have the OpenID PHP module installed!

Note: The package can also easily be used with the Laravel 4 PHP Framework.

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

[](#installation)

Begin by installing this package via Composer:

```
{
    "require": {
		"ehesp/steam-login": "~1.0.1"
	}
}

```

### Laravel Users

[](#laravel-users)

If you're using the Laravel 4 PHP Framework, a service provider is available:

```
