All Projects → botman → Botman

botman / Botman

Licence: mit
A framework agnostic PHP library to build chat bots

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Botman

Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-98.79%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (-58.43%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (-91.31%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+71.29%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (-92.6%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (-98.27%)
Mutual labels:  bot, chatbot, bot-framework, chatbot-framework
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (-96.91%)
Mutual labels:  bot, chatbot, bot-framework
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (-96.84%)
Mutual labels:  bot, chatbot, chatbot-framework
Chat Bubble
Simple chatbot UI for the Web with JSON scripting 👋🤖🤙
Stars: ✭ 370 (-93.32%)
Mutual labels:  bot, chatbot, bot-framework
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (-95.97%)
Mutual labels:  bot, chatbot, bot-framework
Rasatalk
A chatbot framework for Rasa NLU
Stars: ✭ 225 (-95.94%)
Mutual labels:  bot, chatbot, chatbot-framework
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (-99.37%)
Mutual labels:  chatbot, bot-framework, chatbot-framework
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (-60.06%)
Mutual labels:  bot, chatbot, bot-framework
Yve Bot
Smart rule-based bot. For Browser & Node.
Stars: ✭ 181 (-96.73%)
Mutual labels:  bot, chatbot, bot-framework
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+138.7%)
Mutual labels:  bot, chatbot, bot-framework
Framework
Chatbot framework
Stars: ✭ 130 (-97.65%)
Mutual labels:  bot, chatbot, bot-framework
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-99.44%)
Mutual labels:  chatbot, bot-framework, chatbot-framework
Slacker
Slack Bot Framework
Stars: ✭ 495 (-91.06%)
Mutual labels:  bot, chatbot, bot-framework
Node Telegram Bot Api
Telegram Bot API for NodeJS
Stars: ✭ 5,782 (+4.41%)
Mutual labels:  bot, chatbot, bot-framework
Fondbot
Chatbot framework
Stars: ✭ 102 (-98.16%)
Mutual labels:  bot, chatbot, bot-framework

BotMan

Latest Version on Packagist Build Status codecov Scrutinizer Code Quality Packagist StyleCI Slack Monthly Downloads

https://phppackagedevelopment.com

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.

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, Telegram, Microsoft Bot Framework, Nexmo, HipChat, Facebook Messenger and WeChat.

$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 video course.

Documentation

You can find the BotMan documentation at https://botman.io.

Support the development

Do you like this project? Support it by donating

Contributing

Please see CONTRIBUTING for details.

0 1 2 3 4 5 6 7

Security Vulnerabilities

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

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].