PHPackages                             tschwemley/trello-php-api - 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. tschwemley/trello-php-api

ActiveLibrary

tschwemley/trello-php-api
=========================

A php wrapper for working with the Trello API

060PHP

Since Oct 18Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

trello-php-API
==============

[](#trello-php-api)

A PHP wrapper for working with the Trello API.

Requirements
------------

[](#requirements)

- PHP 5.3.0 or greater
- cURL Libarary
- Trello API developer key (can be registered at )
- OAuth for php (included in this repo)

Installation
------------

[](#installation)

This package can be installed as a stand alone or with composer.

If using Composer add the following to your project composer.json:

```
"require": {
	...
	"tschwemley/trello-php-api": "dev-master"
}
```

Finally, update Composer:

```
composer update

```

Usage
-----

[](#usage)

After obtaining an authentican token you may make authenticated calls by using the following method:

```
$trello = new tschwemley\trello\Trello(array(
  'clientKey'    => CLIENT_KEY_HERE
  'clientSecret' => CLIENT_SECRET_HERE
);

$result = $trello->apiCall(array('boards', '4d5ea62fd76aa1136000000c'));
```

For more detailed examples about obtaining OAuth verification please check the OAuth examples under the examples folder.

Getting Help
------------

[](#getting-help)

If you need help please contact me at

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9c57decf28d2d84da2b7645ba95606c9df901caed042302e5923279c368bedd?d=identicon)[tschwemley](/maintainers/tschwemley)

---

Top Contributors

[![tschwemley](https://avatars.githubusercontent.com/u/5926430?v=4)](https://github.com/tschwemley "tschwemley (5 commits)")

### Embed Badge

![Health badge](/badges/tschwemley-trello-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/tschwemley-trello-php-api/health.svg)](https://phpackages.com/packages/tschwemley-trello-php-api)
```

PHPackages © 2026

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