PHPackages                             t1mmen/opauth-basecamp - 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-basecamp

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

t1mmen/opauth-basecamp
======================

Basecamp strategy for Opauth

0.1.1(11y ago)129MITPHPPHP &gt;=5.2.0

Since Mar 16Pushed 11y ago1 watchersCompare

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

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

Opauth-Basecamp
===============

[](#opauth-basecamp)

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

Implemented based on

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

[](#getting-started)

1. Install Opauth-Basecamp:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-basecamp.git Basecamp
    ```

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

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

Then run `composer install`.

2. Create Basecamp application at
3. Configure Opauth-Basecamp strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/basecamp` to authenticate

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

[](#strategy-configuration)

Required parameters:

```
