Skip to content

rnewton/opauth_steam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-Steam

Opauth strategy for Steam authentication.

Opauth is a multi-provider authentication framework for PHP.

Getting started

Install Opauth-Steam:

composer require rnewton/opauth_steam

Strategy configuration

Required parameters:

<?php
'Steam' => array(
    'key' => 'YOUR API KEY',
    'domain' => 'YOUR DOMAIN'
)

License

Opauth-Steam is MIT Licensed
Copyright © 2015 Robert Newton