Download the PHP package fiyo/mattermost without Composer
On this page you can find all versions of the php package fiyo/mattermost. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fiyo/mattermost
More information about fiyo/mattermost
Files in fiyo/mattermost
Download fiyo/mattermost
More information about fiyo/mattermost
Files in fiyo/mattermost
Vendor fiyo
Package mattermost
Short Description Php Wrapper to interact with Mattermost API https://api.mattermost.com/
License MIT
Package mattermost
Short Description Php Wrapper to interact with Mattermost API https://api.mattermost.com/
License MIT
Keywords Mattermost
Please rate this library. Is it a good library?
Informations about the package mattermost
Mattermost API
PHP wrapper for Mattermost Api
Installation
Authentication
Authentication can be handled via username / password
Or it can be handled by using personal access tokens
Now setup the client with the session you've just created:
Examples
You can find examples for every single API request in examples
Teams
- Get all teams
Users
- Get all users
- Get users by username
Channels
- Create channel
- Create direct message channel
- Create group message channel
- Get all public channels
- Get channel by name
- Search group channels requires minimum Mattermost server version 5.14
- Get channel timezones requires minimum Mattermost server version 5.6
- Get channel by id
- Update channel
- Delete channel
- Patch channel
- Convert a public channel to private
- Restore a channel
- Get channel statistics
- Get pinned posts from a channel
- Get deleted channels
- Autocomplete public channels by searchterm requires minimum Mattermost server version 4.7
- Autocomplete your channels by searchterm requires minimum Mattermost server version 5.4
- Search public channels
- Get channel by team -and channel name
Posts
- Create post
- Create ephemeral post
- Update post
- Delete post
- Get post by id
All versions of mattermost with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0
ext-json Version *
guzzlehttp/guzzle Version ^6.3
ext-json Version *
guzzlehttp/guzzle Version ^6.3
The package fiyo/mattermost contains the following files
Loading the files please wait ....