Download the PHP package thomaswelton/laravel-oauth without Composer
On this page you can find all versions of the php package thomaswelton/laravel-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thomaswelton/laravel-oauth
More information about thomaswelton/laravel-oauth
Files in thomaswelton/laravel-oauth
Package laravel-oauth
Short Description 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.
License MIT
Homepage http://laravel-oauth.herokuapp.com/
Informations about the package laravel-oauth
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:
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.
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
If you're interested in using a new OAuth package for Laravel 4 please "watch" or "star" this repo above.
Installation
Update your composer.json
file to include this package as a dependency
Register the OAuth service provider by adding it to the providers array in the app/config/app.php
file.
Alias the OAuth facade by adding it to the aliases array in the app/config/app.php
file.
Configuration
Copy the config file into your project by running
Migrations
Optionally if using OAuth for user login you'll need to run the migration
All versions of laravel-oauth with dependencies
illuminate/support Version 4.0.x
nesbot/carbon Version *
lusitanian/oauth Version ~0.2
jwage/purl Version 0.0.2