PHPackages                             stevenmaguire/trello-oauth1-server - 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. stevenmaguire/trello-oauth1-server

Abandoned → [league/oauth1-client](/?search=league%2Foauth1-client)Library[Authentication &amp; Authorization](/categories/authentication)

stevenmaguire/trello-oauth1-server
==================================

This package is now part of the League's OAuth1 Client

1.0.0(11y ago)058MITPHPPHP &gt;=5.4.0

Since Jan 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/stevenmaguire/trello-oauth1-server)[ Packagist](https://packagist.org/packages/stevenmaguire/trello-oauth1-server)[ Docs](http://github.com/stevenmaguire/trello-oauth1-server)[ RSS](/packages/stevenmaguire-trello-oauth1-server/feed)WikiDiscussions master Synced 2d ago

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

> **This package is now part of the [League's OAuth1 Client](https://github.com/thephpleague/oauth1-client).**
>
> If you are currently dependent upon this package for your project update your composer dependancies to use version &gt;1.1.0 of the League's OAuth1 Client.

Trello OAuth 1 Server
=====================

[](#trello-oauth-1-server)

[![Latest Version](https://camo.githubusercontent.com/b6cd52a5df7fffb6df4fb3e494220be0280caa48842edaa10412348c9638670b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73746576656e6d6167756972652f7472656c6c6f2d6f61757468312d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://github.com/stevenmaguire/trello-oauth1-server/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/31f413a22278afc9e9001deced49bdf19723446c68ea5e781d476a671afb303a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73746576656e6d6167756972652f7472656c6c6f2d6f61757468312d7365727665722f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/stevenmaguire/trello-oauth1-server)[![Coverage Status](https://camo.githubusercontent.com/b7e4a2c8823ca45acb6d7e5271156730ec09aebc42b4d0595783fb57a0e5a589/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73746576656e6d6167756972652f7472656c6c6f2d6f61757468312d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/stevenmaguire/trello-oauth1-server/code-structure)[![Quality Score](https://camo.githubusercontent.com/686bdf480592bf3629202acfcfa6afddadb11a5da8a7a0306e4013f240480510/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73746576656e6d6167756972652f7472656c6c6f2d6f61757468312d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/stevenmaguire/trello-oauth1-server)[![Total Downloads](https://camo.githubusercontent.com/14f0d41a3387703c5b553012d85256335522cff3a918ddfe0d4779974a1f5bf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746576656e6d6167756972652f7472656c6c6f2d6f61757468312d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stevenmaguire/trello-oauth1-server)

A PHP client for authenticating with Trello using OAuth 1. This package is made for the [League's OAuth1 Client](https://github.com/thephpleague/oauth1-client).

Install
-------

[](#install)

Via Composer

```
$ composer require stevenmaguire/trello-oauth1-server
```

Usage
-----

[](#usage)

### To Instantiate a Server

[](#to-instantiate-a-server)

```
$server =  new \Stevenmaguire\OAuth2\Client\Server\Trello(array(
    'identifier' => 'your-identifier',
    'secret' => 'your-secret',
    'callback_uri' => 'http://your-callback-uri/',
    'name' => 'your-application-name', // optional, defaults to null
    'expiration' => 'your-application-expiration', // optional ('never', '1day', '2days'), defaults to '1day'
    'scope' => 'your-application-scope' // optional ('read', 'read,write'), defaults to 'read'
));
```

### Documentation

[](#documentation)

For more consumption details, please refer to the readme on [League's OAuth1 Client](https://github.com/thephpleague/oauth1-client).

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Steven Maguire](https://github.com/stevenmaguire)
- [All Contributors](https://github.com/stevenmaguire/trello-php/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d9c05a30823ae19fc54aa4b4721a696c253f8dec10c7fd22d372cfdc0fcb36d?d=identicon)[stevenmaguire](/maintainers/stevenmaguire)

---

Top Contributors

[![stevenmaguire](https://avatars.githubusercontent.com/u/1851973?v=4)](https://github.com/stevenmaguire "stevenmaguire (2 commits)")

---

Tags

clientAuthenticationSSOidentityoauthoauth2authorizationidpsingle sign ontrello

### Embed Badge

![Health badge](/badges/stevenmaguire-trello-oauth1-server/health.svg)

```
[![Health](https://phpackages.com/badges/stevenmaguire-trello-oauth1-server/health.svg)](https://phpackages.com/packages/stevenmaguire-trello-oauth1-server)
```

###  Alternatives

[league/oauth1-client

OAuth 1.0 Client Library

996110.3M120](/packages/league-oauth1-client)[calcinai/oauth2-xero

Xero OAuth 2.0 Client Provider for The PHP League OAuth2-Client

103.4M4](/packages/calcinai-oauth2-xero)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
