2017 © Pedro Peláez
 

library oauth2-epost

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

image

richardhj/oauth2-epost

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  • Friday, October 13, 2017
  • by richardhj
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3,605 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

E-POSTBUSINESS Provider for OAuth 2.0 Client

Latest Version on Packagist ![Software License][ico-license] Dependency Status, (*1)

This package provides E-POSTBUSINESS API OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*2)

Install

Via Composer, (*3)

``` bash $ composer require richardhj/oauth2-epost, (*4)


## Usage The provider supports _Authorization Code Grant_ as well as _Resource Owner Password Credentials Grant_. I recommend reading these usage instructions before: https://github.com/thephpleague/oauth2-client#usage But instead of the `GenericProvider` you're going to use this provider. This is how to initiate the provider: ```php $provider = new EPost\OAuth2\Client\Provider\EPost( [ 'clientId' => sprintf('%s,%s', EPOST_DEV_ID, EPOST_APP_ID), 'redirectUri' => 'http://localhost:8080/oauth2_redirect.php', // Only necessary for the Authorization Code Grant flow 'scopes' => ['create_letter', 'send_hybrid'], 'lif' => EPOST_LIF_CONTENT, 'enableTestEnvironment' => true, ] );

License

The GNU Lesser General Public License (LGPL)., (*5)

The Versions

13/10 2017

dev-feature/v0.10.0

dev-feature/v0.10.0

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

LGPL-3.0+

The Requires

 

13/10 2017

v0.10.x-dev

0.10.9999999.9999999-dev

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

LGPL-3.0+

The Requires

 

08/04 2017

dev-master

9999999-dev

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

LGPL-3.0+

The Requires

 

12/10 2016

v0.9.0

0.9.0.0

E-POSTBUSINESS OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

The Requires