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

ActiveLibrary[API Development](/categories/api)

josrom/php-trello-api
=====================

PHP client for Trello API v1

3.0.0(1y ago)11061MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Jun 18Pushed 1y agoCompare

[ Source](https://github.com/JoseVte/php-trello-api)[ Packagist](https://packagist.org/packages/josrom/php-trello-api)[ RSS](/packages/josrom-php-trello-api/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (12)Versions (6)Used By (1)

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

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

[![tests](https://github.com/josrom/php-trello-api/workflows/run-tests/badge.svg?branch=master)](https://github.com/josrom/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 josrom/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/josrom/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

41

—

FairBetter than 87% of packages

Maintenance46

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 55.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

478d ago

Major Versions

1.0.0 → 2.0.02022-02-06

2.0.2 → 3.0.02025-03-12

PHP version history (3 changes)1.0.0PHP ^7.3

2.0.0PHP ^7.3 | ^8.0

3.0.0PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2277596?v=4)[Jose Romero](/maintainers/Josrom)[@josrom](https://github.com/josrom)

---

Top Contributors

[![therouv](https://avatars.githubusercontent.com/u/393419?v=4)](https://github.com/therouv "therouv (21 commits)")[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (8 commits)")[![H1X4Dev](https://avatars.githubusercontent.com/u/10332146?v=4)](https://github.com/H1X4Dev "H1X4Dev (7 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/josrom-php-trello-api/health.svg)

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

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9067.8k](/packages/n1ebieski-ksef-php-client)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

185702.8k43](/packages/laudis-neo4j-php-client)

PHPackages © 2026

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