PHPackages                             aung\_thet/botman - 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. aung\_thet/botman

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aung\_thet/botman
=================

Create messaging bots in PHP with ease.

2.0.x-dev(2y ago)01MITPHPPHP &gt;=7.1 || ^8.1

Since Jul 24Pushed 2y agoCompare

[ Source](https://github.com/AungThet/botman)[ Packagist](https://packagist.org/packages/aung_thet/botman)[ Docs](https://github.com/AungThet/botman)[ RSS](/packages/aung-thet-botman/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (1)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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.3% 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

1020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f0071d6b8e9f71ce81adf117b2e6fe6507e21c1decf2131cfa36813912a5ba1?d=identicon)[Aung Thet](/maintainers/Aung%20Thet)

---

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)")[![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)")[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (15 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)")[![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)")[![philcross](https://avatars.githubusercontent.com/u/11083507?v=4)](https://github.com/philcross "philcross (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)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (2 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (2 commits)")

---

Tags

botchatbotBotman

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aung-thet-botman/health.svg)

```
[![Health](https://phpackages.com/badges/aung-thet-botman/health.svg)](https://phpackages.com/packages/aung-thet-botman)
```

###  Alternatives

[botman/botman

Create messaging bots in PHP with ease.

6.2k1.5M96](/packages/botman-botman)[botman/tinker

BotMan tinker command for your Laravel BotMan project

102201.2k4](/packages/botman-tinker)[botman/driver-web

Web driver for BotMan

86658.7k7](/packages/botman-driver-web)[botman/driver-facebook

Facebook Messenger driver for BotMan

71301.6k6](/packages/botman-driver-facebook)[botman/driver-twilio

Twilio driver for BotMan

1227.7k2](/packages/botman-driver-twilio)[botman/driver-hangouts

Google Hangouts driver for BotMan

104.3k2](/packages/botman-driver-hangouts)

PHPackages © 2026

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