2017 © Pedro Peláez
 

library laravel-lusitanian-oauth-session-store

A Laravel session storage interface for the lusitanian/oauth library

image

superbalist/laravel-lusitanian-oauth-session-store

A Laravel session storage interface for the lusitanian/oauth library

  • Monday, February 6, 2017
  • by matthewgoslett
  • Repository
  • 26 Watchers
  • 1 Stars
  • 2,151 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

laravel-lusitanian-oauth-session-store

A Laravel session storage interface for the lusitanian/oauth library, (*1)

Author StyleCI Software License Packagist Version Total Downloads, (*2)

Installation

composer require superbalist/laravel-lusitanian-oauth-session-store

Usage

use App;
use OAuth\ServiceFactory;
use Superbalist\LusitanianOAuth\LaravelTokenSessionStore;

// this example demonstrates creating a github service

$factory = new ServiceFactory();
$store = App::make('session.store');
$storage = new LaravelTokenSessionStore($store);

$credentials = [
    '[[github key]]',
    '[[github secret]]',
    '[[url]]',
];

$gitHub = $factory->createService('GitHub', $credentials, $storage, array('user'));

The Versions

06/02 2017

dev-master

9999999-dev

A Laravel session storage interface for the lusitanian/oauth library

  Sources   Download

MIT

The Requires

 

by Superbalist.com a division of Takealot Online (Pty) Ltd

28/01 2016

1.0.0

1.0.0.0

A Laravel session storage interface for the lusitanian/oauth library

  Sources   Download

MIT

The Requires

 

by Superbalist.com a division of Takealot Online (Pty) Ltd