PHPackages                             gentor/oauth1-etsy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. gentor/oauth1-etsy

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

gentor/oauth1-etsy
==================

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

1.0.4(5y ago)035.1k6MITPHPPHP &gt;=5.5.0

Since Apr 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gentor/oauth1-etsy)[ Packagist](https://packagist.org/packages/gentor/oauth1-etsy)[ RSS](/packages/gentor-oauth1-etsy/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Etsy Provider for OAuth 1.0 Client
==================================

[](#etsy-provider-for-oauth-10-client)

[![Latest Stable Version](https://camo.githubusercontent.com/08f81c44177b9e8b4f939ba2edeeb89a1d83fc0b8b377b16da90627e93e331b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e746f722f6f61757468312d657473792e737667)](https://packagist.org/packages/gentor/oauth1-etsy)[![License](https://camo.githubusercontent.com/164637d88a62599230fbb7dd921908626c437f019fe217ab71c29459eb1e0326/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f67656e746f722f6f61757468312d657473792e737667)](https://github.com/gentor/oauth1-etsy/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/564881096374fdc913051d2759849a6b11ed7cdcbd35df13458950783ce35f21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656e746f722f6f61757468312d657473792e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/gentor/oauth1-etsy)

This package provides Etsy API OAuth 1.0 support for the PHP League's [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client).

Installation
------------

[](#installation)

Via Composer

```
$ composer require gentor/oauth1-etsy
```

Usage
-----

[](#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

[](#permission-scopes)

See the Etsy documentation for [Permission Scopes](https://www.etsy.com/developers/documentation/getting_started/oauth#section_permission_scopes)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/thephpleague/oauth1-client/blob/master/LICENSE) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~401 days

Total

5

Last Release

2075d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

1.0.2PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/210fd495e96c05caab1d50c09165794ff73175a9b49c43f91df0c8524dfa8add?d=identicon)[gentor](/maintainers/gentor)

---

Top Contributors

[![Y0lk](https://avatars.githubusercontent.com/u/1523444?v=4)](https://github.com/Y0lk "Y0lk (10 commits)")[![gentor](https://avatars.githubusercontent.com/u/2902504?v=4)](https://github.com/gentor "gentor (6 commits)")

---

Tags

clientoauthauthorizationauthorisationoauth1etsy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gentor-oauth1-etsy/health.svg)

```
[![Health](https://phpackages.com/badges/gentor-oauth1-etsy/health.svg)](https://phpackages.com/packages/gentor-oauth1-etsy)
```

###  Alternatives

[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

251.7M1](/packages/mollie-oauth2-mollie-php)[omines/oauth2-gitlab

GitLab OAuth 2.0 Client Provider for The PHP League OAuth2-Client

36721.5k13](/packages/omines-oauth2-gitlab)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
