PHPackages                             mpociot/slackbot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mpociot/slackbot

Abandoned → [mpociot/botman](/?search=mpociot%2Fbotman)Library[Utility &amp; Helpers](/categories/utility)

mpociot/slackbot
================

Create messaging bots in PHP with ease.

2.6.1(5y ago)6.2k6.7k815[9 issues](https://github.com/mpociot/slackbot/issues)[1 PRs](https://github.com/mpociot/slackbot/pulls)MITPHPPHP &gt;=7.1CI failing

Since Oct 27Pushed 2mo ago174 watchersCompare

[ Source](https://github.com/mpociot/slackbot)[ Packagist](https://packagist.org/packages/mpociot/slackbot)[ Docs](http://github.com/botman/botman)[ RSS](/packages/mpociot-slackbot/feed)WikiDiscussions 2.0 Synced 4w ago

READMEChangelog (10)Dependencies (13)Versions (61)Used By (0)

[![](https://camo.githubusercontent.com/a3e4689ab8bb2ca4010fd5438d717d7d56deadd9bc94e08894316888498c2fcf/68747470733a2f2f626f746d616e2e696f2f696d672f626f746d616e2e706e67)](https://camo.githubusercontent.com/a3e4689ab8bb2ca4010fd5438d717d7d56deadd9bc94e08894316888498c2fcf/68747470733a2f2f626f746d616e2e696f2f696d672f626f746d616e2e706e67)

BotMan
======

[](#botman)

[![Latest Version on Packagist](https://camo.githubusercontent.com/197ef93be12b5ab3c9ff6ac72614566a91b14c9cb0afd65cc724ba3592c2b79a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f746d616e2f626f746d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/botman/botman)[![Build Status](https://camo.githubusercontent.com/9a5beded0c71d75a949ae04c47709882f6e69c2b4e648cee8ab9a7c73f329a38/68747470733a2f2f7472617669732d63692e6f72672f626f746d616e2f626f746d616e2e7376673f6272616e63683d322e30)](https://travis-ci.org/botman/botman)[![codecov](https://camo.githubusercontent.com/dd6e88ae025ce2c2bc4b1b63ab5f1b225ac612a4c5f647863ff7e41debbccb3b/68747470733a2f2f636f6465636f762e696f2f67682f626f746d616e2f626f746d616e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/botman/botman)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/91ef0fb45217b6ba38caa07653eec5a99b025be0fb074ed13bd5574d8da8f154/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f746d616e2f626f746d616e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/botman/botman/?branch=master)![Packagist](https://camo.githubusercontent.com/a8ffef2a813205461495433df72ec0270aef6fbc4717f5a42171e5e920dcdd3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626f746d616e2f626f746d616e2e737667)[![StyleCI](https://camo.githubusercontent.com/aadaeeedc758655a9509a556c493d51733ca43f3741c22d754c6a0268f2dc3bc/68747470733a2f2f7374796c6563692e696f2f7265706f732f36353031373537342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/65017574)[![Slack](https://camo.githubusercontent.com/9c094d6b515329defbd0c7fda81c26b7b83deed59a15f95f19e42bf29483f463/68747470733a2f2f736c61636b2e626f746d616e2e696f2f62616467652e737667)](https://slack.botman.io)[![Monthly Downloads](https://camo.githubusercontent.com/d7f4083ac6950c96e860a07da0b288504f2f70c07acc277530a00f19d6a05f6a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f626f746d616e2f626f746d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/botman/botman)

[![https://phppackagedevelopment.com](https://camo.githubusercontent.com/79fdc10292b3152df412b6b85dcde54f7f5f323d570bf134d4db7199a0ca41b5/68747470733a2f2f646973706c61792d64656d6f2e7363686c65696e2e6e65742f696d616765732f70687070642e6a7067)](https://phppackagedevelopment.com)

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming [PHP Package Development](https://phppackagedevelopment.com) video course.

About BotMan
------------

[](#about-botman)

BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bots for multiple messaging platforms, including [Slack](https://slack.com), [Telegram](https://telegram.org), [Microsoft Bot Framework](https://dev.botframework.com), [Nexmo](https://www.nexmo.com), [HipChat](https://www.hipchat.com), [Facebook Messenger](https://www.messenger.com) and [WeChat](https://web.wechat.com).

```
$botman->hears('I want cross-platform bots with PHP!', function (BotMan $bot) {
    $bot->reply('Look no further!');
});
```

> If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming [PHP Package Development](https://phppackagedevelopment.com) video course.

Documentation
-------------

[](#documentation)

You can find the BotMan documentation at .

Stand Alone Configuration
-------------------------

[](#stand-alone-configuration)

If you are installing Botman in a stand alone Laravel application, you can publish the configuration file with the following command:

```
php artisan vendor:publish --tag=config --provider="BotMan\BotMan\BotManServiceProvider"

```

Support the development
-----------------------

[](#support-the-development)

**Do you like this project? Support it by donating**

- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=m%2epociot%40googlemail%2ecom&lc=CY&item_name=BotMan&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)
- Open Collective: [Become A Backer](https://opencollective.com/botman)
- Patreon: [Become A Backer](https://www.patreon.com/botman)

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

[![0](https://camo.githubusercontent.com/d51ed0a982f6ad3dcc8ecc9bd62f4223fef15381bbdd130959214fc26ce48288/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f30)](https://sourcerer.io/fame/sergey48k/botman/botman/links/0)[![1](https://camo.githubusercontent.com/0da96de961d36185f68f27dad9fb155a5b4ed17f3bf5857b4a3dcecf46657d8d/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f31)](https://sourcerer.io/fame/sergey48k/botman/botman/links/1)[![2](https://camo.githubusercontent.com/42636494b0385c8227163ed8263c72a65cb3570139a4c822a158629e895eee99/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f32)](https://sourcerer.io/fame/sergey48k/botman/botman/links/2)[![3](https://camo.githubusercontent.com/682d1989f29cc613181f50c9cbb5dcdf89e78dd72f41dede545062eb5d1fb6f3/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f33)](https://sourcerer.io/fame/sergey48k/botman/botman/links/3)[![4](https://camo.githubusercontent.com/d3ddfa9a02d88a52174d7ef1f776628e743293bc6c30a292b3ea69d3af770773/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f34)](https://sourcerer.io/fame/sergey48k/botman/botman/links/4)[![5](https://camo.githubusercontent.com/5ed4f1f6f6da7c0613e2597697dbeab903228dfc753885536e49682e69433aa7/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f35)](https://sourcerer.io/fame/sergey48k/botman/botman/links/5)[![6](https://camo.githubusercontent.com/633efb09e911024f4c66d7050cc711786a212c88da03a694327f8f446145dc8d/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f36)](https://sourcerer.io/fame/sergey48k/botman/botman/links/6)[![7](https://camo.githubusercontent.com/58ff5ddd5eafee41d111a9dbfbd3fab25ed64dbf16896e43d46557e4948a0b0a/68747470733a2f2f736f757263657265722e696f2f66616d652f73657267657934386b2f626f746d616e2f626f746d616e2f696d616765732f37)](https://sourcerer.io/fame/sergey48k/botman/botman/links/7)

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within BotMan, please send an e-mail to Marcel Pociot at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

BotMan is free software distributed under the terms of the MIT license.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance56

Moderate activity, may be stable

Popularity51

Moderate usage in the ecosystem

Community39

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 80.4% 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 ~28 days

Recently: every ~244 days

Total

58

Last Release

1902d ago

Major Versions

0.3.3 → 1.0.0-RC12016-12-06

1.5.8 → 2.0.02017-08-28

1.5.x-dev → 2.1.82018-01-18

PHP version history (4 changes)0.1.0PHP &gt;=5.5.0

1.5.0PHP &gt;=5.6.0

2.0.0PHP &gt;=7.0

2.6.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b46cb765edab3c6a765bd466bb2a530e0e95cbd74cf7dfc250c59a2b029b73ca?d=identicon)[mpociot](/maintainers/mpociot)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (700 commits)")[![sergix44](https://avatars.githubusercontent.com/u/4172890?v=4)](https://github.com/sergix44 "sergix44 (27 commits)")[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (25 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (22 commits)")[![ngfw](https://avatars.githubusercontent.com/u/203863?v=4)](https://github.com/ngfw "ngfw (19 commits)")[![yuyaun](https://avatars.githubusercontent.com/u/3312700?v=4)](https://github.com/yuyaun "yuyaun (15 commits)")[![ribb3r](https://avatars.githubusercontent.com/u/10184405?v=4)](https://github.com/ribb3r "ribb3r (8 commits)")[![KarlisJ](https://avatars.githubusercontent.com/u/24650518?v=4)](https://github.com/KarlisJ "KarlisJ (5 commits)")[![feralheart](https://avatars.githubusercontent.com/u/3487559?v=4)](https://github.com/feralheart "feralheart (4 commits)")[![luckyraul](https://avatars.githubusercontent.com/u/7735520?v=4)](https://github.com/luckyraul "luckyraul (3 commits)")[![philcross](https://avatars.githubusercontent.com/u/11083507?v=4)](https://github.com/philcross "philcross (3 commits)")[![slootjes](https://avatars.githubusercontent.com/u/17158090?v=4)](https://github.com/slootjes "slootjes (3 commits)")[![thedotedge](https://avatars.githubusercontent.com/u/227241?v=4)](https://github.com/thedotedge "thedotedge (3 commits)")[![nfabre](https://avatars.githubusercontent.com/u/153861?v=4)](https://github.com/nfabre "nfabre (2 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (2 commits)")[![sasha-x](https://avatars.githubusercontent.com/u/8925015?v=4)](https://github.com/sasha-x "sasha-x (2 commits)")[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (2 commits)")[![zaherg](https://avatars.githubusercontent.com/u/27624?v=4)](https://github.com/zaherg "zaherg (2 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (2 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (2 commits)")

---

Tags

botbot-frameworkbotmanchatbotchatbot-frameworkphpbotchatbotBotman

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mpociot-slackbot/health.svg)

```
[![Health](https://phpackages.com/badges/mpociot-slackbot/health.svg)](https://phpackages.com/packages/mpociot-slackbot)
```

###  Alternatives

[botman/botman

Create messaging bots in PHP with ease.

6.2k1.6M98](/packages/botman-botman)[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k50.1M314](/packages/api-platform-core)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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