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

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

indeximstudio/oauth1-etsy
=========================

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

071PHP

Since Sep 7Pushed 3y agoCompare

[ Source](https://github.com/indeximstudio/oauth1-etsy)[ Packagist](https://packagist.org/packages/indeximstudio/oauth1-etsy)[ RSS](/packages/indeximstudio-oauth1-etsy/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

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

---

Top Contributors

[![Y0lk](https://avatars.githubusercontent.com/u/1523444?v=4)](https://github.com/Y0lk "Y0lk (10 commits)")[![foxcoonn](https://avatars.githubusercontent.com/u/16428395?v=4)](https://github.com/foxcoonn "foxcoonn (8 commits)")[![gentor](https://avatars.githubusercontent.com/u/2902504?v=4)](https://github.com/gentor "gentor (6 commits)")[![myindexlike](https://avatars.githubusercontent.com/u/16356381?v=4)](https://github.com/myindexlike "myindexlike (1 commits)")[![vaduk1390](https://avatars.githubusercontent.com/u/13735249?v=4)](https://github.com/vaduk1390 "vaduk1390 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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