PHPackages                             cedricziel/mattermost-php - 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. cedricziel/mattermost-php

ActiveLibrary[API Development](/categories/api)

cedricziel/mattermost-php
=========================

PHP Bindings for Mattermost

v2.0.0(2mo ago)69.6k↓50%2[5 PRs](https://github.com/cedricziel/mattermost-php/pulls)MITPHPPHP ^8.2CI passing

Since Jan 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/cedricziel/mattermost-php)[ Packagist](https://packagist.org/packages/cedricziel/mattermost-php)[ GitHub Sponsors](https://github.com/cedricziel)[ RSS](/packages/cedricziel-mattermost-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (37)Versions (75)Used By (0)

Mattermost bindings for PHP
===========================

[](#mattermost-bindings-for-php)

Built for building apps and integrations for Mattermost.

Documentation:

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

[](#installation)

```
composer require cedricziel/mattermost-php
```

Usage
-----

[](#usage)

### API Client

[](#api-client)

The API client is a simple wrapper around the Mattermost API. It provides a fluent interface to interact with the API.

```
