PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Telegram Bot Handler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Telegram Bot Handler
Create a Telegram bot to respond to certain events
Author: By
Last change:
Date: 1 year ago
Size: 310 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/tg-handler", "description": "Library for created telegram bots more easy", "type": "library", "require": { "mateodioev/tgbot": "^1.2" }, "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\TgHandler\\": "src/" } } }