2017 © Pedro Peláez
 

library bbot

Bot framework. One server-side for different platforms.

image

benedya/bbot

Bot framework. One server-side for different platforms.

  • Friday, July 27, 2018
  • by benedya
  • Repository
  • 1 Watchers
  • 1 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 22 % Grown

The README.md

Simple bot-framework

The goal of the framework is to make development telegram-bot easier. Here you will find ready-for-use architecture where you have to put only your logic and enjoy working telegram-bot., (*1)

Using it you can: - handling text-requests - handling commands - set an action for a button click (postback-request) - set a certain action for text-request, (*2)

Example handling telegram request, (*3)

<?php

include "./vendor/autoload.php";

$chatId = '<chat-id>';
$requestItem = ['<request-item>'];

(new \Bbot\Builder\TelegramFactory($apiKey, $chatId))
    ->buildKernel()
    ->handle(\Bbot\Request\TelegramRequest::fromArray($requestItem))
;

Plz see example folder for more use cases., (*4)

The Versions

27/07 2018

dev-master

9999999-dev

Bot framework. One server-side for different platforms.

  Sources   Download

The Requires

 

The Development Requires

by Bohdan Turyk

php bot telegram messenger bot framework

03/07 2018

dev-dev

dev-dev

Bot framework. One server-side for different platforms.

  Sources   Download

The Requires

 

The Development Requires

by Bohdan Turyk

php bot telegram messenger bot framework

01/11 2016

dev-tests

dev-tests

Bot framework. One server-side for different platforms.

  Sources   Download

The Requires

 

by Bohdan Turyk

php bot telegram messenger bot framework

25/10 2016

0.9.1

0.9.1.0

Bot framework. One server-side for different platforms.

  Sources   Download

The Requires

 

by Bohdan Turyk

php bot telegram messenger bot framework