Git Product home page Git Product logo

driver-web's Introduction

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.

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

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.

driver-web's People

Contributors

crynobone avatar danielmadu avatar filippotoso avatar mpociot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

driver-web's Issues

latest release does not include commits made prior to release (typing indicator support)

@mpociot @crynobone Any chance you could tag a new release?

I've noticed that the latest release 1.5.1, even though it was tagged on March 27th 2018, does not actually include the commits you made on March 13th which added support for the typing indicator

There are also a few more commits made since 1.5.1 so I think it would be nice to have a fresh 2020 release : )

I'm not sure how this happened, but I need to use the typing indicator now and would prefer not having to use the dev-master.

In any case it's not possible to use the dev-master because it refers to a ^3.0 version of botman/botman, which as far as I can see does not exist.. so could you please revert that to ^2.0

Many thanks!!

Provide an api docs

Hi, have a question about web driver.

I don't really understand which parameters i have to pass in request for using bot builtin 'ExampleConversation', so could you please provide a documentation of api.

Web driver not holding conversations

Hi all,

sorry if this is me being ignorant of something obvious but for some reason i'm not able to get a continued conversation using web driver. I get a success response, my conversations start fine and give the first response, but unfortunately when i respond with an assumed response in a conversation it doesn't recognize the response and in turn acts like there was no intial conversation, even maintaining the userId in my call. I'm using postman and sending 3 params; userId, message and driver=web as in the instructions. Any thoughts on where i can start troubleshooting? Web widget itself works fine and responds as it should... is there a cookie i have to stash locally?

Add an option to disable default Laravel route

The web driver (1.5) automatically publishes a Laravel route via

$this->loadRoutesFrom(__DIR__.'/../Laravel/routes.php');

As a suggestion, it would be nice to have a configuration option for publishing this route or not.

As a workaround, I have to added the "botman/driver-web" to the "dont-discover" section within composer and created my own service provider.

payload problem

payload of web driver is array but not ParameterBag,
This is not consistent with the document

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.