library opauth-harvest
Harvest strategy for Opauth
t1mmen/opauth-harvest
Harvest strategy for Opauth
- Thursday, October 30, 2014
- by t1mmen
- Repository
- 1 Watchers
- 0 Stars
- 12 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Opauth-Harvest
[Opauth][1] strategy for Harvest authentication., (*1)
Implemented based on https://github.com/harvesthq/api, (*2)
Getting started
-
Install Opauth-Harvest:, (*3)
Using git:, (*4)
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-harvest.git Harvest
Or, using Composer, just add this to your composer.json:, (*5)
{
"require": {
"t1mmen/opauth-harvest": "*"
}
}
Then run composer install., (*6)
-
Create Harvest application at https://platform.harvestapp.com/oauth2_clients, (*7)
-
Configure Opauth-Harvest strategy with at least Client ID and Client Secret., (*8)
-
Direct user to http://path_to_opauth/harvest to authenticate, (*9)
Strategy configuration
Required parameters:, (*10)
<?php
'Harvest' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
License
Opauth-Harvest is MIT Licensed
Copyright © 2014 Timm Stokke (http://timm.stokke.me), (*11)