t1mmen / opauth-basecamp
Basecamp strategy for Opauth
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/t1mmen/opauth-basecamp
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2025-10-11 19:07:56 UTC
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 ID
andClient Secret
. -
Direct user to
http://path_to_opauth/basecamp
to 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)