y0lk/oauth1-etsy
最新稳定版本:1.1.0
Composer 安装命令:
composer require y0lk/oauth1-etsy
包简介
Etsy API OAuth 1.0 Client Provider for The PHP League OAuth1-Client
README 文档
README
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.
统计信息
- 总下载量: 320.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-14