PHPackages                             satellitewp/php-teamwork-chat - 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. satellitewp/php-teamwork-chat

ActiveLibrary

satellitewp/php-teamwork-chat
=============================

A PHP wrapper to send messages to Teamwork Chat

v1.0.0(2y ago)017MITPHPPHP &gt;=8.0

Since May 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/SatelliteWP/php-teamwork-chat)[ Packagist](https://packagist.org/packages/satellitewp/php-teamwork-chat)[ Docs](https://github.com/SatelliteWP/php-teamwork-chat)[ RSS](/packages/satellitewp-php-teamwork-chat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Teamwork Chat - Webhook
===========================

[](#php-teamwork-chat---webhook)

A PHP wrapper to send messages to Teamwork Chat.

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

[](#installation)

To install the package, simply run:

```
composer require satellitewp/php-teamwork-chat

```

That's it! You are ready to use the library.

Usage
-----

[](#usage)

Inside your PHP file:

```
require_once __DIR__ . '/vendor/autoload.php';

$webhook = new \SatelliteWP\Teamwork\Chat\Webhook('https://chat-hooks.us.teamwork.com/v1/in/yyyy/xxxxxxxx-2a87-4cb5-93c3-zzzzzzzzzz');
$webhook->sendMessage('It works!');

```

Contributors
------------

[](#contributors)

The configuration was created and is maintained by [SatelliteWP](https://www.satellitewp.com/en/?utm_source=php-teamwork-chat).

References
----------

[](#references)

- [Incoming Hooks](https://developer.teamwork.com/guides/teamwork-chat-incoming-hooks/)
- [Post data using Incoming Hooks](https://developer.teamwork.com/guides/teamwork-chat-incoming-hooks/post-data-using-incoming-hooks/)

License
-------

[](#license)

Released under the MIT License. See the license file for details.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

1088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46da1ba4b4e03a53a0d8c89f79721f53af8a976396b56c3f22d51f745b1f608d?d=identicon)[maximejobin](/maintainers/maximejobin)

---

Top Contributors

[![maximejobin](https://avatars.githubusercontent.com/u/1080760?v=4)](https://github.com/maximejobin "maximejobin (15 commits)")

### Embed Badge

![Health badge](/badges/satellitewp-php-teamwork-chat/health.svg)

```
[![Health](https://phpackages.com/badges/satellitewp-php-teamwork-chat/health.svg)](https://phpackages.com/packages/satellitewp-php-teamwork-chat)
```

PHPackages © 2026

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