2017 © Pedro Peláez
 

library oauth2-provider

Softonic OAuth2 provider

image

softonic/oauth2-provider

Softonic OAuth2 provider

  • Friday, September 29, 2017
  • by Joskfg
  • Repository
  • 8 Watchers
  • 1 Stars
  • 3,332 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Softonic OAuth2 Provider

Latest Version Software License Build Status Total Downloads Average time to resolve an issue Percentage of issues still open, (*1)

This package provides Softonic OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*2)

Installation

You can require the last version of the package using composer, (*3)

composer require softonic/oauth2-provider

Configuration

<?php

$options = [
    'clientId' => 'myClient',
    'clientSecret' => 'mySecret'
];

$client = new Softonic\OAuth2\Client\Provider\Softonic($options);

$token = $client->getAccessToken('client_credentials', ['scope' => 'myscope']);

Testing

softonic/oauth2-provider has a PHPUnit test suite, and a coding style compliance test suite using PHP CS Fixer., (*4)

To run the tests, run the following command from the project folder., (*5)

``` bash $ make tests, (*6)


To open a terminal in the dev environment: ``` bash $ make debug

License

The Apache 2.0 license. Please see LICENSE for more information., (*7)

The Versions

29/09 2017

dev-master

9999999-dev https://github.com/softonic/oauth2-provider

Softonic OAuth2 provider

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

oauth2 provider softonic

29/09 2017

1.0.1

1.0.1.0 https://github.com/softonic/oauth2-provider

Softonic OAuth2 provider

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

oauth2 provider softonic

16/08 2017

1.0.0

1.0.0.0 https://github.com/softonic/oauth2-provider

Softonic OAuth2 provider

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

oauth2 provider softonic