2017 © Pedro Peláez
 

library oauth1-etsy

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

image

y0lk/oauth1-etsy

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  • Monday, April 3, 2017
  • by Y0lk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 497 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 61 % Grown

The README.md

Etsy Provider for OAuth 1.0 Client

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

This package provides Etsy API OAuth 1.0 support for the PHP League's OAuth 1.0 Client., (*2)

Installation

Via Composer, (*3)

$ composer require y0lk/oauth1-etsy

Usage

Usage is the same as The League's OAuth client, using Y0lk\OAuth1\Client\Server\Etsy as the provider., (*4)

$server = new Y0lk\OAuth1\Client\Server\Etsy([
    'identifier'    => 'your-client-id',
    'secret'        => 'your-client-secret',
    'scope'         => '', //See Etsy documentation for the full list of permission scopes
    'callback_uri'  => 'http://callback.url/callback'
]);

Permission Scopes

See the Etsy documentation for Permission Scopes, (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

03/04 2017

dev-master

9999999-dev

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth1 authorisation etsy

03/04 2017

1.0.2

1.0.2.0

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth1 authorisation etsy

03/04 2017

1.0.1

1.0.1.0

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth1 authorisation etsy

15/04 2016

1.0.0

1.0.0.0

Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth1 authorisation etsy