PHPackages                             cjrasmussen/trello-upcoming-notification - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. cjrasmussen/trello-upcoming-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

cjrasmussen/trello-upcoming-notification
========================================

Class for building and sending Slack notifications based on Trello cards with upcoming due dates

2.1.1(1y ago)041MITPHPPHP &gt;=7.4.0

Since Oct 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cjrasmussen/TrelloUpcomingNotification)[ Packagist](https://packagist.org/packages/cjrasmussen/trello-upcoming-notification)[ Docs](https://www.clarkrasmussen.com)[ RSS](/packages/cjrasmussen-trello-upcoming-notification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

TrelloUpcomingNotification
==========================

[](#trelloupcomingnotification)

Simple class for checking one or more Trello lists for due or overdue cards, then sending a message about them via a Slack webhook. Not affiliated with Trello or Slack.

Usage
-----

[](#usage)

```
use cjrasmussen\SlackApi\SlackApi;
use cjrasmussen\TrelloApi\TrelloApi;
use cjrasmussen\TrelloUpcomingNotification\TrelloUpcomingNotification;

$trello_lists = [
	'123456789012345678901234', // In Progress
	'098765432109876543210987', // Not Started
];
$trello_ignore_label = 'asdfghjklpoiuytrewqzxcvb';

$trello = new TrelloApi($key, $token);
$slack = new SlackApi($slack_webhook_url);

$trelloNotification = new TrelloUpcomingNotification($trello, $slack);
$trelloNotification->buildNotification($trello_lists, $trello_ignore_label)->sendNotification();
```

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

[](#installation)

Simply add a dependency on cjrasmussen/trello-upcoming-notification to your composer.json file if you use [Composer](https://getcomposer.org/) to manage the dependencies of your project:

```
composer require cjrasmussen/trello-upcoming-notification
```

TrelloUpcomingNotification has dependencies on `cjrasmussen\SlackApi` and `cjrasmussen\TrelloApi` so these will be installed as well.

Although it's recommended to use Composer, you can actually include the file(s) any way you want.

License
-------

[](#license)

TrelloUpcomingNotification is [MIT](http://opensource.org/licenses/MIT) licensed.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance40

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~133 days

Recently: every ~199 days

Total

7

Last Release

511d ago

Major Versions

1.0.3 → 2.0.02024-12-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/0225f44837a665c8a143afa50a34a406a769c523dba31e4cdf73fd0530dede45?d=identicon)[cjrasmussen](/maintainers/cjrasmussen)

---

Top Contributors

[![cjrasmussen](https://avatars.githubusercontent.com/u/15007730?v=4)](https://github.com/cjrasmussen "cjrasmussen (8 commits)")

---

Tags

slacktrello

### Embed Badge

![Health badge](/badges/cjrasmussen-trello-upcoming-notification/health.svg)

```
[![Health](https://phpackages.com/badges/cjrasmussen-trello-upcoming-notification/health.svg)](https://phpackages.com/packages/cjrasmussen-trello-upcoming-notification)
```

###  Alternatives

[maknz/slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.

1.2k11.7M65](/packages/maknz-slack)[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[nexylan/slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.

1071.6M1](/packages/nexylan-slack)[symfony/slack-notifier

Symfony Slack Notifier Bridge

426.1M11](/packages/symfony-slack-notifier)[beyondcode/slack-notification-channel

Slack Notification Channel for Laravel using API tokens.

85525.8k](/packages/beyondcode-slack-notification-channel)

PHPackages © 2026

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