PHPackages                             presttec/laravel-trello - 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. presttec/laravel-trello

ActiveLibrary[API Development](/categories/api)

presttec/laravel-trello
=======================

Laravel Trello API interface

00[1 PRs](https://github.com/presttec/laravel-trello/pulls)PHP

Since Jul 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/presttec/laravel-trello)[ Packagist](https://packagist.org/packages/presttec/laravel-trello)[ RSS](/packages/presttec-laravel-trello/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Trello
==============

[](#laravel-trello)

[![Latest Stable Version](https://camo.githubusercontent.com/a9f96c19bf89297ccc604562ffecccf08bb97b65d0c213003432e06f9cbb23ca/68747470733a2f2f706f7365722e707567782e6f72672f70726573747465632f6c61726176656c2d7472656c6c6f2f762f737461626c65)](https://packagist.org/packages/presttec/laravel-trello)[![Total Downloads](https://camo.githubusercontent.com/086170df77901f696ae3762d5c4c45ab28dca34e04f35e91dbf6d958557ec121/68747470733a2f2f706f7365722e707567782e6f72672f70726573747465632f6c61726176656c2d7472656c6c6f2f646f776e6c6f616473)](https://packagist.org/packages/presttec/laravel-trello)[![License](https://camo.githubusercontent.com/3045c9393c705b6f207cbb097344560e2e303f443fb995650d5aeb3f853339ee/68747470733a2f2f706f7365722e707567782e6f72672f70726573747465632f6c61726176656c2d7472656c6c6f2f6c6963656e7365)](https://packagist.org/packages/presttec/laravel-trello)

An interface for interaction with the Trello API in Laravel.

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

[](#installation)

Install the package through [Composer](http://getcomposer.org/). Run the Composer require command from the Terminal:

```
composer require presttec/laravel-trello
```

Package will be installed automaticlly through composer package discovery. If not, then you need to register the `PrestTEC\Trello\TrelloService` service provider in your config/app.php.

Optionally, you can add the alias if you prefer to use the Facade

```
'Trello' => PrestTEC\Trello\Facades\Trello::class
```

Configuration
-------------

[](#configuration)

To get started, you'll need to publish all vendor assets.

```
php artisan vendor:publish --provider=PrestTEC\Trello\TrelloServiceProvider
```

Then open `config\trello.php` to fill your Trello api credentials in

Now you can use the Trello API in your Laravel project.

### Lumen

[](#lumen)

Copy the config file from the package to your projects config directory:

```
cp vendor/presttec/laravel-trello/config/trello.php config/trello.php
```

Then open `config\trello.php` to fill your Trello api credentials in.

To finish this, register the config file and the service provider in `bootstrap/app.php`:

```
$app->configure('trello');
$app->register(PrestTEC\Trello\TrelloServiceProvider::class);
```

Now you can use the Trello API in your Lumen project.

Basic Usage
-----------

[](#basic-usage)

You can call your Trello API directly by calling the `\Trello::{TrelloAPIFUNCTION}` facade.

If you prefer dependency injection, you can inject the manager like this:

```
use PrestTEC\Trello\TrelloManager;

class TrelloController extends Controller
{
    private $trelloManager;

    public function __construct(TrelloManager $trelloManager)
    {
        $this->trelloManager = $trelloManager;
    }

    public function index()
    {
        $this->trelloManager->execute('GetInvoice', ['invoiceid' => '1337']);
    }
}
```

**Hint**: The execute command will also support your self-created Trello api commands.

Support
-------

[](#support)

[Please open an issue in trello](https://trello.com/presttec/laravel-trello/issues)

License
-------

[](#license)

This package is released under the MIT License. See the bundled [LICENSE](https://trello.com/presttec/laravel-trello/blob/master/LICENSE.md) file for details.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/41d106c30a96e8c60c4e75e0622ebf839db82cc029b334a288632d1c171d7fce?d=identicon)[presttec](/maintainers/presttec)

---

Top Contributors

[![presttec](https://avatars.githubusercontent.com/u/272730?v=4)](https://github.com/presttec "presttec (3 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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