PHPackages                             y0lk/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. y0lk/oauth1-etsy

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

y0lk/oauth1-etsy
================

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

1.1.0(5y ago)6346.6k—5.5%8MITPHPPHP &gt;=7.0CI failing

Since Apr 14Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/360d0906f3f16870630c1f73f0e543429407cf8120b1daa57ddf3e674b1c0d93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79306c6b2f6f61757468312d657473792e737667)](https://packagist.org/packages/y0lk/oauth1-etsy)[![Build Status](https://camo.githubusercontent.com/b4b42b1ead3e01a6cb9fa4ddd92ee6927a6c50892ad28d82e0bd617835039e09/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f59306c6b2f6f61757468312d657473792e737667)](https://travis-ci.org/Y0lk/oauth1-etsy)[![License](https://camo.githubusercontent.com/c00c3a74af92cfc3e95996e3ae58b5bb5c0f1033bb0414ad3a87a898b3d1e23f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f79306c6b2f6f61757468312d657473792e737667)](https://github.com/y0lk/oauth1-etsy/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/f8bd8f30d66c7daa9cdad1d48a9ee77bead129ed5efa7da973093fd547e6d57b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79306c6b2f6f61757468312d657473792e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/y0lk/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 y0lk/oauth1-etsy
```

Usage
-----

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

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

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~585 days

Total

4

Last Release

1930d ago

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

1.0.2PHP &gt;=5.5.0

1.1.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0d93059cbbd314f447c302cf1b16b0ce0f7fc451c549f28916651ad9e46e7d7?d=identicon)[Y0lk](/maintainers/Y0lk)

---

Top Contributors

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

---

Tags

etsyoauth1phpclientoauthauthorizationauthorisationoauth1etsy

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/y0lk-oauth1-etsy/health.svg)](https://phpackages.com/packages/y0lk-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)
