2017 © Pedro Peláez
 

library laravel-oauth

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

image

thomaswelton/laravel-oauth

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

  • Thursday, November 14, 2013
  • by thomaswelton
  • Repository
  • 13 Watchers
  • 42 Stars
  • 957 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 9 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version Total Downloads Bitdeli Badge, (*1)

This aplha version is currently under active development and subject to change. A demo site is also underconstruction. And can be view here http://laravel-oauth.herokuapp.com/ it is currently a free app on Heroku, this means that the server may sleep if left unactive. It will wake up again the next time it's viewed but start up may take a few seconds. This package is not the cause of the slow response time :smile:, (*2)

Feel free to install this project for testing purposes. But it is not recomeneded as the foundation to build new projects on... yet. I'm hoping to get all this wrapped up soon. Once the demo site is build I'll remove this notice and let you start playing in production., (*3)

Right now there is only one potentially breaking change. It is outlined here, feel free to add any comments on what syntax you'd prefer https://github.com/thomaswelton/laravel-oauth/issues/1, (*4)

If you're interested in using a new OAuth package for Laravel 4 please "watch" or "star" this repo above., (*5)

Installation

Update your composer.json file to include this package as a dependency, (*6)

"thomaswelton/laravel-oauth": "0.0.1"

Register the OAuth service provider by adding it to the providers array in the app/config/app.php file., (*7)

Thomaswelton\LaravelOauth\LaravelOauthServiceProvider

Alias the OAuth facade by adding it to the aliases array in the app/config/app.php file., (*8)

'aliases' => array(
    'OAuth' => 'Thomaswelton\LaravelOauth\Facades\OAuth'
)

Configuration

Copy the config file into your project by running, (*9)

php artisan config:publish thomaswelton/laravel-oauth

Migrations

Optionally if using OAuth for user login you'll need to run the migration, (*10)

php artisan migrate --package="thomaswelton/laravel-oauth"

The Versions

14/11 2013

0.1.0.x-dev

0.1.0.9999999-dev http://laravel-oauth.herokuapp.com/

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

  Sources   Download

MIT

The Requires

 

laravel oauth google oauth2 facebook instagram twitter microsoft github oauth1 soundcloud foursquare linkedin tumblr windows live

14/11 2013

dev-master

9999999-dev http://laravel-oauth.herokuapp.com/

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

  Sources   Download

MIT

The Requires

 

laravel oauth google oauth2 facebook instagram twitter microsoft github oauth1 soundcloud foursquare linkedin tumblr windows live

27/10 2013

0.0.1

0.0.1.0 http://laravel-oauth.herokuapp.com/

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

  Sources   Download

MIT

The Requires

 

laravel oauth google oauth2 facebook instagram twitter microsoft github oauth1 soundcloud foursquare linkedin tumblr windows live