PHPackages                             mattreesjenkins/laravel-trello-commands - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mattreesjenkins/laravel-trello-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

mattreesjenkins/laravel-trello-commands
=======================================

Laravel Artisan commands for Trello

v0.0.1(2y ago)053[1 issues](https://github.com/mattreesjenkins/laravel-trello-commands/issues)MITPHPPHP ^8.1

Since Oct 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mattreesjenkins/laravel-trello-commands)[ Packagist](https://packagist.org/packages/mattreesjenkins/laravel-trello-commands)[ Docs](https://github.com/mattreesjenkins/laravel-trello-commands)[ RSS](/packages/mattreesjenkins-laravel-trello-commands/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Trello Commands
=======================

[](#laravel-trello-commands)

Artisan commands to manage Trello lists and cards.

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

[](#installation)

Via Composer

```
composer require --dev mattreesjenkins/laravel-trello-commands
```

You will need a Trello Auth Token which you can get [here](https://trello.com/power-ups/admin) and add it to your .env file.

```
TRELLO_AUTH_TOKEN=xxx
```

There is a single table used to store the ids and names of the current workspace, board, and list. You will need to run the migration to set this up.

```
php artisan migrate
```

Usage
-----

[](#usage)

From the console enter:

```
php artisan todo
```

To reset the current workspace, board, and list, enter:

```
php artisan todo --configure
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Roadmap
-------

[](#roadmap)

- Probably should write some tests 😬
- Additional commands
- Models for Workspace, Lists, and Cards
- More tests... 😰

Credits
-------

[](#credits)

- [Matt Rees-Jenkins](https://github.com/mattreesjenkins)

License
-------

[](#license)

Laravel Prompts is open-sourced software licensed under the [MIT license](license.md).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ac149c5167e2f183f97f1d0690b287aebe4e406427e115c40ff1172e5e29d8?d=identicon)[mattrj](/maintainers/mattrj)

---

Top Contributors

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

---

Tags

consolelaraveltrellocommandsAtrisanLaravelTrelloCommands

### Embed Badge

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

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

###  Alternatives

[vkovic/laravel-commando

Collection of handy Laravel artisan commands that most projects needs

6139.2k](/packages/vkovic-laravel-commando)[teepluss/explore

apidocjs explorer for Laravel

221.7k](/packages/teepluss-explore)

PHPackages © 2026

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