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

ActiveLibrary[API Development](/categories/api)

semaio/php-trello-api
=====================

PHP client for Trello API v1

2.0.0(1y ago)37.2k↓38.5%4MITPHPPHP ^8.2|^8.3|^8.4CI failing

Since Jun 18Pushed 1y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (12)Versions (6)Used By (0)

PHP Trello API v1 client
========================

[](#php-trello-api-v1-client)

[![tests](https://github.com/semaio/php-trello-api/workflows/run-tests/badge.svg?branch=master)](https://github.com/semaio/php-trello-api/workflows/run-tests/badge.svg?branch=master)

This library is based on the great [php-trello-api](https://github.com/cdaguerre/php-trello-api/) but updated and modernized for usage with PHP 8.2+ and a modern version of Guzzle.

**Important:** Not all components have been thoroughly tested, especially the webhook behaviour.

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

[](#installation)

The recommended way is using [composer](http://getcomposer.org):

```
$ composer require semaio/php-trello-api
```

Usage
-----

[](#usage)

Basic example for card creation:

```
namespace MyProject;
use Semaio\TrelloApi;

require 'vendor/autoload.php';

$client_builder = new TrelloApi\ClientBuilder();
$client         = $client_builder->build( $trello_api_key, $trello_api_token ); // Change $trello_api_key and $trello_api_token
$card = array(
    'name'   => 'Card subject',
    'desc'   => 'Card content',
    'pos'    => '1',
    'idList' => $list_id, // Set a list ID
    'labels' => array( $label ),
);
$client->getCardApi()->create( $card );

```

Support
-------

[](#support)

If you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/semaio/php-trello-api/issues).

Contribution
------------

[](#contribution)

Any contribution to the development of `php-trello-api` is highly welcome. The best possibility to provide any code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

License
-------

[](#license)

[MIT License](https://opensource.org/licenses/mit). See the [LICENSE.txt](LICENSE.txt) file for more details.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance45

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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

Every ~432 days

Total

5

Last Release

431d ago

Major Versions

1.3.0 → 2.0.02025-03-13

PHP version history (5 changes)1.0.0PHP ^7.3

1.1.0PHP ^7.3|^8.0

1.2.0PHP ^7.3|^8.0|^8.1

1.3.0PHP ^7.3|^8.0|^8.1|^8.2

2.0.0PHP ^8.2|^8.3|^8.4

### Community

Maintainers

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

---

Top Contributors

[![therouv](https://avatars.githubusercontent.com/u/393419?v=4)](https://github.com/therouv "therouv (21 commits)")[![H1X4Dev](https://avatars.githubusercontent.com/u/10332146?v=4)](https://github.com/H1X4Dev "H1X4Dev (7 commits)")[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (6 commits)")[![Erev14](https://avatars.githubusercontent.com/u/15682064?v=4)](https://github.com/Erev14 "Erev14 (1 commits)")[![nomanualdev](https://avatars.githubusercontent.com/u/18367936?v=4)](https://github.com/nomanualdev "nomanualdev (1 commits)")

---

Tags

trello

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15224.3M65](/packages/opensearch-project-opensearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

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