opauth/elance
Composer 安装命令:
composer require opauth/elance
包简介
Elance strategy for Opauth
README 文档
README
Opauth 1.0 strategy for Elance authentication.
Implemented based on https://www.elance.com/q/api2/getting-started
Getting started
-
Install Opauth-Elance:
cd path/to/app/root composer require opauth/elance:~1.0
-
Request an Elance API key at https://www.elance.com/q/api/request-key
-
Configure Opauth-Elance strategy with at least
Client IDandClient Secret. -
Direct user to
http://path_to_opauth/elanceto authenticate
Strategy configuration
Required parameters:
<?php 'Elance' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
Currently, the only valid value for scope parameter is basicInfo.
Refer to Elance API guide for complete Elance API documentation and support.
License
Opauth-Elance is MIT Licensed Copyright © 2014 Opauth (https://opauth.org)
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-11