y0lk/oauth1-etsy

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

Maintainers

👁 Y0lk

Package info

github.com/Y0lk/oauth1-etsy

pkg:composer/y0lk/oauth1-etsy

Statistics

Installs: 373 970

Dependents: 0

Suggesters: 1

Stars: 6

Open Issues: 0

1.1.0 2021-02-03 16:15 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 3fef9d03787e01a72ef19cdcbbc243c166a5d425

  • Y0lk <gabriel.woop@inkrebit.com>

authorizationclientoauthoauth1etsyauthorisation

This package is auto-updated.

Last update: 2026-05-29 01:01:26 UTC


README

👁 Latest Stable Version
👁 Build Status
👁 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 y0lk/oauth1-etsy

Usage

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

$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

License

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