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

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

t1mmen/opauth-trello
====================

Trello strategy for Opauth

0.1(11y ago)013MITPHPPHP &gt;=5.2.0

Since Mar 26Pushed 11y ago3 watchersCompare

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

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

Opauth-Trello
=============

[](#opauth-trello)

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

Implemented based on

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

[](#getting-started)

1. Install Opauth-Trello:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-trello.git Trello
    ```

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

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

Then run `composer install`.

2. Create Trello application at
3. Configure Opauth-Trello strategy with at least `Key` and `Secret`.
4. Direct user to `http://path_to_opauth/trello` to authenticate

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

[](#strategy-configuration)

Required parameters:

```
