2017 © Pedro Peláez
 

library telegrambot

A Telegram Bot API Client package

image

mfrna/telegrambot

A Telegram Bot API Client package

  • Wednesday, May 17, 2017
  • by mfrna
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

TelegramBot API

A composer package for Telegram bots API, (*2)

Overview

Telegram Bot API is an HTTP-based interface created for developers keen on building bots for Telegram., (*3)

To learn more about the Telegram Bot API, please consult the Introduction to Bots and Bot FAQ on official Telegram site., (*4)

This API library aims to making using the API as easy as reading the API Docs, every method is implemented identical to its description in the API docs and objects are autocreated from API responses., (*5)

If you have any questions, don't hesitate to contact me., (*6)

Usage

Install the pacakge, (*7)

composer require mfrna/telegrambot

Use it!, (*8)

use MFRNA\TelegramBot\API\Bot;

$bot = new BOT(YOUR_API_KEY);
$me = $bot->getMe();
echo $me->username;

As easy as that!, (*9)

The Versions

17/05 2017

dev-master

9999999-dev

A Telegram Bot API Client package

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar mfrna

02/05 2017

v1.0.0

1.0.0.0

A Telegram Bot API Client package

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar mfrna