PHPackages                             carpediem/mattermost-webhook - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. carpediem/mattermost-webhook

ActiveLibrary[HTTP &amp; Networking](/categories/http)

carpediem/mattermost-webhook
============================

Sends mattermost webhook notifications using PHP

2.2.0(8y ago)931.7k↓31.3%[1 issues](https://github.com/carpediem/mattermost-webhook/issues)1MITPHPPHP &gt;=7.0

Since Jan 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/carpediem/mattermost-webhook)[ Packagist](https://packagist.org/packages/carpediem/mattermost-webhook)[ Docs](https://carpediem.github.io/mattermost-webhook)[ RSS](/packages/carpediem-mattermost-webhook/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (7)Used By (1)

Mattermost PHP Webhook
======================

[](#mattermost-php-webhook)

This driver for Mattermost allows you to send message for [incoming webhooks](https://docs.mattermost.com/developer/webhooks-incoming.html).

This is a fork from [ThibaudDauce/mattermost-php](https://github.com/ThibaudDauce/mattermost-php)

System Requirements
-------------------

[](#system-requirements)

You need **PHP &gt;= 5.6.0** but the latest stable version of PHP is recommended.

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

[](#installation)

```
$ composer require carpediem/mattermost-webhook
```

Build status
------------

[](#build-status)

branchstatusminimum PHP versionmaster[![Build Status](https://camo.githubusercontent.com/884ee0947cca8b62bdfc0d4e18049b136f91541bfd7d0c9d2bef3e4eee408e5b/68747470733a2f2f7472617669732d63692e6f72672f63617270656469656d2f6d61747465726d6f73742d776562686f6f6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/carpediem/mattermost-webhook/tree/master)PHP 7.01.x[![Build Status](https://camo.githubusercontent.com/b358dfc8b475f0179aab38d3b0764e1395d168c0a0fbe1149acfeeed38599aca/68747470733a2f2f7472617669732d63692e6f72672f63617270656469656d2f6d61747465726d6f73742d776562686f6f6b2e7376673f6272616e63683d312e78)](https://github.com/carpediem/mattermost-webhook/tree/1.x)PHP 5.6Basic usage
-----------

[](#basic-usage)

The code below will send a notification to a mattermost compliant service.

```
