Skip to content

gentor/oauth1-etsy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etsy Provider for OAuth 1.0 Client

Latest Stable Version License Total Downloads

This package provides Etsy API OAuth 1.0 support for the PHP League's OAuth 1.0 Client.

Installation

Via Composer

$ composer require gentor/oauth1-etsy

Usage

Usage is the same as The League's OAuth client, using Gentor\OAuth1Etsy\Client\Server\Etsy as the provider.

$server = new Gentor\OAuth1Etsy\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

License

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

About

Etsy API support for the PHP League's OAuth 1.0 Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%