PHPackages                             t1mmen/opauth-harvest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. t1mmen/opauth-harvest

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

t1mmen/opauth-harvest
=====================

Harvest strategy for Opauth

0.1.0(11y ago)020MITPHPPHP &gt;=5.2.0

Since Oct 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/t1mmen/opauth-harvest)[ Packagist](https://packagist.org/packages/t1mmen/opauth-harvest)[ Docs](https://github.com/t1mmen/opauth-harvest)[ RSS](/packages/t1mmen-opauth-harvest/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Opauth-Harvest
==============

[](#opauth-harvest)

[Opauth](https://github.com/opauth/opauth) strategy for Harvest authentication.

Implemented based on

Getting started
---------------

[](#getting-started)

1. Install Opauth-Harvest:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-harvest.git Harvest
    ```

Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:

```
{
    "require": {
        "t1mmen/opauth-harvest": "*"
    }
}
```

Then run `composer install`.

2. Create Harvest application at [https://platform.harvestapp.com/oauth2\_clients](https://platform.harvestapp.com/oauth2_clients)
3. Configure Opauth-Harvest strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/harvest` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
