t1mmen/opauth-basecamp
Composer 安装命令:
composer require t1mmen/opauth-basecamp
包简介
Basecamp strategy for Opauth
README 文档
README
Opauth strategy for Basecamp authentication.
Implemented based on https://github.com/basecamp/bcx-api
Getting started
-
Install Opauth-Basecamp:
Using git:
cd path_to_opauth/Strategy git clone https://github.com/t1mmen/opauth-basecamp.git Basecamp
Or, using Composer, just add this to your composer.json:
{
"require": {
"t1mmen/opauth-basecamp": "*"
}
}
Then run composer install.
-
Create Basecamp application at https://integrate.37signals.com/
-
Configure Opauth-Basecamp strategy with at least
Client IDandClient Secret. -
Direct user to
http://path_to_opauth/basecampto authenticate
Strategy configuration
Required parameters:
<?php 'Basecamp' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
License
Opauth-Basecamp is MIT Licensed Copyright © 2014 Timm Stokke (http://timm.stokke.me)
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-16