rnewton/opauth_steam

Steam strategy for Opauth

0.2.1 2015-07-11 14:00 UTC

This package is not auto-updated.

Last update: 2024-05-25 16:06:58 UTC


README

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