PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   PHP Telegram CLI Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Telegram CLI Wrapper
Send messages and other commands to Telegram users
Author: By
Last change: Update composer.json
Date: 5 years ago
Size: 408 bytes
 

Contents

Class file image Download
{ "name": "jlaso/telegram-cli-wrapper", "description": "wrapper to telegram-cli", "type": "library", "homepage": "https://github.com/jlaso/telegram-cli-wrapper", "authors": [ { "name": "Joseluis Laso", "homepage": "http://www.joseluislaso.es", "role": "Developer" } ], "license" : "MIT", "autoload": { "psr-4": { "TelegramCliWrapper\\": "src/" } } }