2017 © Pedro Peláez
 

library generators

Laravel Artisan Generators for OAuth1/OAuth2 Providers

image

socialiteproviders/generators

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 23 Versions
  • 20 % Grown

The README.md

Artisan Generators for OAuth1/OAuth2 Providers

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Contents

About

A Laravel Package to generate OAuth1/OAuth2 Providers that are compatible with the Socialite Providers Manager., (*2)

Installation

1. Composer

composer require socialiteproviders/generators

2. Service Provider

Add the ServiceProvider to the providers array in the config/app.php., (*3)

'providers' => [
    SocialiteProviders\Generators\GeneratorsServiceProvider::class,
],

Usage

Generate OAuth1 Provider

php artisan make:socialite Dropbox --spec=oauth1 --author=YourName --email=your@name.com

Generate OAuth1 Provider with URLs

php artisan make:socialite Dropbox --spec=oauth1 --author=YourName --email=your@name.com --request_token_url=http://myapp.io/oauth/request_token --authorize_url=http://myapp.io/oauth/authorize --access_token_url=http://myapp.io/oauth/access_token --user_details_url=http://myapp.io/users/me

Generate OAuth2 Provider

php artisan make:socialite Dropbox --spec=oauth2 --author=YourName --email=your@name.com

Generate OAuth2 Provider with URLs and Scope

php artisan make:socialite Dropbox --spec=oauth2 --author=YourName --email=your@name.com --scopes=basic --authorize_url=http://myapp.io/oauth/authorize --access_token_url=http://myapp.io/oauth/access_token --user_details_url=http://myapp.io/users/me

The Versions

12/02 2018

dev-master

9999999-dev

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

09/02 2018

v4.1.0

4.1.0.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

15/11 2017

v4.0.1

4.0.1.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

03/10 2017

v4.0.0

4.0.0.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

27/09 2017

v3.1.3

3.1.3.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

13/07 2017

v3.1.2

3.1.2.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

20/04 2017

v3.1.1

3.1.1.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

05/02 2017

v3.1.0

3.1.0.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

24/11 2016

v3.0.1

3.0.1.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

13/11 2016

v3.0.0

3.0.0.0

Laravel Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

01/11 2016

2.0.x-dev

2.0.9999999.9999999-dev

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

01/11 2016

v2.0.1

2.0.1.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

30/03 2016

v2.0.0

2.0.0.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

20/02 2016

v1.0.9

1.0.9.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

16/09 2015

v1.0.8

1.0.8.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

08/07 2015

v1.0.7

1.0.7.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

04/03 2015

v1.0.6

1.0.6.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

04/03 2015

v1.0.5

1.0.5.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

02/03 2015

v1.0.4

1.0.4.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

28/02 2015

v1.0.3

1.0.3.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

28/02 2015

v1.0.2

1.0.2.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

24/02 2015

v1.0.1

1.0.1.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires

 

24/02 2015

v1.0.0

1.0.0.0

Artisan Generators for OAuth1/OAuth2 Providers

  Sources   Download

MIT

The Requires