PHPackages                             monarkhov/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. [Image &amp; Media](/categories/media)
4. /
5. monarkhov/telebot

Abandoned → [askoldex/teletant](/?search=askoldex%2Fteletant)Library[Image &amp; Media](/categories/media)

monarkhov/telebot
=================

Telebot Framework

2.0.4.2(7y ago)82349MITPHPPHP &gt;=7.1.0

Since Dec 30Pushed 7y ago2 watchersCompare

[ Source](https://github.com/monarkhov/Telebot)[ Packagist](https://packagist.org/packages/monarkhov/telebot)[ RSS](/packages/monarkhov-telebot/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Telebot
=======

[](#telebot)

### Examples

[](#examples)

```
$settings = [
        'api_token'  => '',
        'base_url'   => 'https://api.telegram.org/',
        'username'   => '',
        'use_proxy'  => false,
        'run_type'   => 0, // 0 - Polling, 1 - Webhook
        'hook_reply' => true,
        'debug_mode' => false,
        'timing'     => false,
        'log_mode'   => false,
        'log_path'   => __DIR__ . DIRECTORY_SEPARATOR . 'tb_log',
        'proxy'      => [
            'authorization' => '',
            'server'        => '',
            'proxy_type'    => '',
        ]
];

use Telebot\Core\Bot,
    Telebot\Core\Context;

$bot = new Bot($settings);
$bot->cmd('start', function(Context $ctx){
    $ctx->reply('Hi! Send me a sticker');
});

$bot->onMessage('sticker', function (Context $ctx){
    $ctx->reply('Nice:)');
});

$bot->hears('bye', function (Context $ctx){
    $ctx->reply('bye bye...');
});

$bot->txt('say {text:str}', function (Context $ctx){
    $ctx->reply($ctx->params['text']);
});

$bot->run();
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~32 days

Total

2

Last Release

2660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78d1dc15f773d4aff0391c68652cfeecd2a3a9fd36c0cab275500b64feaf5b00?d=identicon)[askoldex](/maintainers/askoldex)

---

Top Contributors

[![kbgod](https://avatars.githubusercontent.com/u/33161857?v=4)](https://github.com/kbgod "kbgod (27 commits)")

---

Tags

phpaudiovideofilesbottelegramstickerstelebot

### Embed Badge

![Health badge](/badges/monarkhov-telebot/health.svg)

```
[![Health](https://phpackages.com/badges/monarkhov-telebot/health.svg)](https://phpackages.com/packages/monarkhov-telebot)
```

###  Alternatives

[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[askoldex/teletant

Telegram bot framework

201.0k](/packages/askoldex-teletant)[danog/tg-file-decoder

Decode Telegram bot API file IDs

75694.7k8](/packages/danog-tg-file-decoder)[php-ffmpeg/php-ffmpeg

FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg

5.0k21.7M165](/packages/php-ffmpeg-php-ffmpeg)[happyworm/jplayer

jPlayer allows you to create a media player with a consistent interface and experience across all browsers.

4.6k114.2k1](/packages/happyworm-jplayer)[dereuromark/media-embed

A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.

182530.3k11](/packages/dereuromark-media-embed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
