PHPackages                             jalexmelendez/botman-9 - 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. [Framework](/categories/framework)
4. /
5. jalexmelendez/botman-9

ActiveProject[Framework](/categories/framework)

jalexmelendez/botman-9
======================

The Laravel Framework.

v1.0.2(3y ago)102043[2 issues](https://github.com/jalexmelendez/botman-studio-9/issues)MITPHPPHP ^8.0.2

Since Jul 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jalexmelendez/botman-studio-9)[ Packagist](https://packagist.org/packages/jalexmelendez/botman-9)[ RSS](/packages/jalexmelendez-botman-9/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (15)Versions (4)Used By (0)

Botman Studio for PHP8.1+
=========================

[](#botman-studio-for-php81)

Recommended Libraries
---------------------

[](#recommended-libraries)

- Laravel Telescope

Preloaded Driver Configuration
------------------------------

[](#preloaded-driver-configuration)

For convenience we have pre-loaded some configuration for 3 drivers: Web, Facebook and Telegram.

### Driver &amp; Botman Configuration

[](#driver--botman-configuration)

You can find the configuration files on the 'config/botman' directory, as well as your env variables on your env file.

#### What if i want to load another driver?

[](#what-if-i-want-to-load-another-driver)

Easy, you need to extract the file (or manually do what "php artisan botman:install-driver {driver-name}") name under the 'stubs' directory on the driver root folder (found on vendor/botman/{driver}), copy the file and paste it on 'PROJECT\_ROOT/config/botman'.

Telegram Driver Tutorial
------------------------

[](#telegram-driver-tutorial)

[Click Here](https://christoph-rumpel.com/2017/09/build-a-telegram-chattbot-with-laravel-and-botman-studio)

Facebook/Messenger Driver
-------------------------

[](#facebookmessenger-driver)

Please install the updated version of the driver.

```
composer require jalexmelendez/botman-messenger-driver
```

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

BotMan
======

[](#botman)

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

[](#about-botman)

While BotMan itself is framework agnostic, BotMan is also available as a bundle with the great [Laravel](https://laravel.com) PHP framework. This bundled version is called BotMan Studio and makes your chatbot development experience even better. By providing testing tools, an out of the box web driver implementation and additional tools like an enhanced CLI with driver installation, class generation and configuration support, it speeds up the development significantly.

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

[](#documentation)

You can find the BotMan and BotMan Studio documentation at .

Support the core botman development
-----------------------------------

[](#support-the-core-botman-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)
- Patreon: [Donate](https://www.patreon.com/botman)

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

[](#security-vulnerabilities)

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

License
-------

[](#license)

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

[![](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://camo.githubusercontent.com/c59043e0b28eab034f19dabc49c9222c43e3fbe5e0c6bc2837a5c0086132a211/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2f6672616d65776f726b2e737667)](https://travis-ci.org/laravel/framework)[![Total Downloads](https://camo.githubusercontent.com/b0a7ee2f3f0208712ecb1081b9d6fcf05045c10cd6f345abcb924f5512c0d346/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

About Laravel
-------------

[](#about-laravel)

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel
----------------

[](#learning-laravel)

Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors
----------------

[](#laravel-sponsors)

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).

### Premium Partners

[](#premium-partners)

- **[Vehikl](https://vehikl.com/)**
- **[Tighten Co.](https://tighten.co)**
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
- **[64 Robots](https://64robots.com)**
- **[Cubet Techno Labs](https://cubettech.com)**
- **[Cyber-Duck](https://cyber-duck.co.uk)**
- **[Many](https://www.many.co.uk)**
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
- **[DevSquad](https://devsquad.com)**
- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
- **[OP.GG](https://op.gg)**
- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)**
- **[Lendio](https://lendio.com)**

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

[](#contributing)

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

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

[](#security-vulnerabilities-1)

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license-1)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~98 days

Total

3

Last Release

1192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c9049d2dc2b6671262be6a80353a7d0e4a3c87df160f32c4b67f4051aeae34d?d=identicon)[jalexmelendez](/maintainers/jalexmelendez)

---

Top Contributors

[![jalexmelendez](https://avatars.githubusercontent.com/u/62973941?v=4)](https://github.com/jalexmelendez "jalexmelendez (2 commits)")

---

Tags

botmanbotman-studiobotslaravelframeworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jalexmelendez-botman-9/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)

PHPackages © 2026

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