t1mmen / opauth-basecamp
Basecamp strategy for Opauth
0.1.1
2014-10-28 23:04 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2026-03-14 21:12:20 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 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)