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. [API Development](/categories/api)
4. /
5. tschwemley/trello-php-api

ActiveLibrary[API Development](/categories/api)

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

A php wrapper for working with the Trello API

064PHP

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 1w 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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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://avatars.githubusercontent.com/u/5926430?v=4)[Tyler Schwemley](/maintainers/tschwemley)[@tschwemley](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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