PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Telegram Bot API Package   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Telegram Bot API Package
Build a bot that can interact with Telegram users
Author: By
Last change:
Date: 1 year ago
Size: 412 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/tgbot", "description": "Libreria para interactuar con los metodos de la api de bots de telegram", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\Bots\\Telegram\\": "src/" } }, "require": { "mateodioev/request": "^1.0", "vlucas/phpdotenv": "^5.4", "mateodioev/utils": "^1.1" } }