PHPackages                             josrom/laravel-trello-wrapper - 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/laravel-trello-wrapper

ActiveLibrary[API Development](/categories/api)

josrom/laravel-trello-wrapper
=============================

Trello API wrapper for Laravel 13

13.0.0(1w ago)11413[1 PRs](https://github.com/JoseVte/laravel-trello-wrapper/pulls)MITPHPPHP ^8.3CI passing

Since Feb 6Pushed 1w ago1 watchersCompare

[ Source](https://github.com/JoseVte/laravel-trello-wrapper)[ Packagist](https://packagist.org/packages/josrom/laravel-trello-wrapper)[ RSS](/packages/josrom-laravel-trello-wrapper/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (15)Versions (15)Used By (0)

Laravel 13 (12, 11, 10, 9, 8) Trello API wrapper
================================================

[](#laravel-13-12-11-10-9-8-trello-api-wrapper)

[![Build](https://github.com/JoseVte/laravel-trello-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/JoseVte/laravel-trello-wrapper/actions/workflows/ci.yml/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/cc3e56ae09f93142496785686d9e2e55d9335003011b26db5f78f266c2b78490/687474703a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d7472656c6c6f2d777261707065722f76)](https://packagist.org/packages/josrom/laravel-trello-wrapper)[![Total Downloads](https://camo.githubusercontent.com/2cd99230eb9e834e9e7e24f0f8d3c4e202e648744ff56218d90edead9a057c0a/687474703a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d7472656c6c6f2d777261707065722f646f776e6c6f616473)](https://packagist.org/packages/josrom/laravel-trello-wrapper)[![License](https://camo.githubusercontent.com/4cb93d6d558b6870f48ebc897b15e81a1d59591b034348cd11f376d91c207d41/687474703a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d7472656c6c6f2d777261707065722f6c6963656e7365)](https://packagist.org/packages/josrom/laravel-trello-wrapper)

A simple Laravel 13 package that wraps [Trello](https://trello.com) API.

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

[](#requirements)

- PHP 8.3 or higher
- Laravel 11, 12 or 13

#### Previous versions

[](#previous-versions)

- Laravel [12](https://github.com/JoseVte/laravel-trello-wrapper/releases/tag/12.0.1): PHP 8.2 or higher
- Laravel [11](https://github.com/JoseVte/laravel-trello-wrapper/releases/tag/11.0.1): PHP 8.2 or higher
- Laravel [10](https://github.com/JoseVte/laravel-trello-wrapper/releases/tag/10.0.0): PHP 8.1 or higher
- Laravel [9](https://github.com/JoseVte/laravel-trello-wrapper/releases/tag/9.0.0) &amp; [8](https://github.com/JoseVte/laravel-trello-wrapper/releases/tag/8.0.0): PHP 7.3 or higher

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

[](#installation)

You can install the package using the [Composer](https://getcomposer.org/) package manager running this command in your project root:

```
composer require josrom/laravel-trello-wrapper
```

Laravel
-------

[](#laravel)

The package includes a service providers and a facade for easy integration and a nice syntax for Laravel.

### Configuration

[](#configuration)

Publish the configuration file with:

```
php artisan vendor:publish --provider="LaravelTrello\TrelloServiceProvider"
```

Head into the file and configure the keys and defaults you'd like the package to use.

Usage
-----

[](#usage)

#### Creating a basic card

[](#creating-a-basic-card)

```
$card = Trello::manager()->getCard();
$card
    ->setBoardId(Trello::getDefaultBoardId())
    ->setListId(Trello::getDefaultListId())
    ->setName('Example card')
    ->setDescription('Description of the card')
    ->save();
```

#### Creating a more complex card

[](#creating-a-more-complex-card)

```
// Create the card
$card = Trello::manager()->getCard();
$card
    ->setBoardId(Trello::getDefaultBoardId())
    ->setListId(Trello::getDefaultListId())
    ->setName('Example card')
    ->setDescription('Description of the card')
    ->save();

// Add a checklist with one item
$checklist = Trello::manager()->getChecklist();
$checklist
    ->setCard($card)
    ->setName('Example list')
    ->save();
Trello::getChecklistApi()->items()->create($checklist->getId(), 'Example checklist item');

// Attach an image using a url
Trello::getCardApi()->attachments()->create($card->getId(), ['url' => 'http://lorempixel.com/400/200/']);
```

#### More examples

[](#more-examples)

For more examples of usage, please see the original PHP Trello API package documentation:

Development
-----------

[](#development)

### Running tests

[](#running-tests)

```
composer test
```

### Code style

[](#code-style)

This package uses [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to keep a consistent code style.

Check for style issues without modifying files:

```
composer cs-check
```

Automatically fix style issues:

```
composer cs-fix
```

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

[](#contributing)

If you're having problems, spot a bug, or have a feature suggestion, please log and issue on Github. If you'd like to have a crack yourself, fork the package and make a pull request.

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for a detailed list of changes.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~140 days

Recently: every ~104 days

Total

12

Last Release

7d ago

Major Versions

1.0.2 → 8.0.02022-02-16

8.0.0 → 10.0.02025-03-11

10.0.0 → 11.0.02025-03-11

11.0.1 → 12.0.02025-06-25

11.0.2 → 13.0.02026-05-05

PHP version history (4 changes)1.0.0PHP ^7.3 | ^8.0

10.0.0PHP ^8.1

11.0.0PHP ^8.2

13.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/57b1b8418c0389498a0ac7c0e2f5fe0757502e0d380e1099659d785fb71dd6be?d=identicon)[Josrom](/maintainers/Josrom)

---

Top Contributors

[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (13 commits)")[![FeyselNassir](https://avatars.githubusercontent.com/u/186685362?v=4)](https://github.com/FeyselNassir "FeyselNassir (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/josrom-laravel-trello-wrapper/health.svg)

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

101.2k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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