PHPackages                             radyakaze/telebot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. radyakaze/telebot

Abandoned → [radyakaze/phptelebot](/?search=radyakaze%2Fphptelebot)ArchivedLibrary[API Development](/categories/api)

radyakaze/telebot
=================

TeleBot - Simple PHP Telegram Bot

0.1(10y ago)71541MITPHPPHP &gt;=5.3.0

Since Aug 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/radyakaze/telebot)[ Packagist](https://packagist.org/packages/radyakaze/telebot)[ Docs](http://github.com/radyakaze/telebot)[ RSS](/packages/radyakaze-telebot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Deprecated
==========

[](#deprecated)

This package is deprecated, please use [PHPTelebot](https://github.com/radyakaze/phptelebot) instead of. It's newer and better.

TeleBot - PHP Telegram Bot
==========================

[](#telebot---php-telegram-bot)

A Simple Telegram Bot based on the official [Telegram Bot API](https://core.telegram.org/bots/api)

Requirements
------------

[](#requirements)

- PHP 5.3+
- Telegram Bot API Access Token - Talk to [@BotFather](http://telegram.me/BotFather) and generate one. [Documentation](https://core.telegram.org/bots#botfather).

Installation
------------

[](#installation)

#### Install Through Composer

[](#install-through-composer)

You can either add the package directly by firing this command

```
$ composer require radyakaze/telebot

```

Usage
-----

[](#usage)

You must set [WebHook](https://core.telegram.org/bots/api#setwebhook)

Create set.php and put:

```
