PHPackages                             rezident/self-documented-telegram-bot-sdk - 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. rezident/self-documented-telegram-bot-sdk

ActiveLibrary

rezident/self-documented-telegram-bot-sdk
=========================================

Self-documented Telegram Bot Sdk

6.6.0(3y ago)132MITPHPPHP ^8.0

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rezident/self-documented-telegram-bot-sdk)[ Packagist](https://packagist.org/packages/rezident/self-documented-telegram-bot-sdk)[ RSS](/packages/rezident-self-documented-telegram-bot-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Self-documented Telegram Bot Sdk 👌😎🤌
====================================

[](#self-documented-telegram-bot-sdk-)

This is a simple Telegram Bot SDK written in PHP.

Usage
-----

[](#usage)

### Getting Bot updates

[](#getting-bot-updates)

```
use Rezident\SelfDocumentedTelegramBotSdk\components\Executor;
use Rezident\SelfDocumentedTelegramBotSdk\methods\GettingUpdates\GetUpdatesMethod;

$executor = new Executor('8360528562:Eim2eitahSh3ohshi7zee2Hoh2gaewee6eV');
$updates = GetUpdatesMethod::new()->exec($executor);

foreach ($updates as $update) {
    echo $update->getMessage()->getText();
}
```

### Sending messages

[](#sending-messages)

```
use Rezident\SelfDocumentedTelegramBotSdk\components\Executor;
use Rezident\SelfDocumentedTelegramBotSdk\methods\GettingUpdates\GetUpdatesMethod;

$executor = new Executor('8360528562:Eim2eitahSh3ohshi7zee2Hoh2gaewee6eV');
$sentMessage = SendMessageMethod::new(8376498, 'Hello my dear friend!')->exec($executor);
...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~30 days

Total

6

Last Release

1144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35a3eb31f74a417ee93f44961f6e1c43b95821ddb977d6310f289f2da14724f8?d=identicon)[rezident](/maintainers/rezident)

---

Top Contributors

[![rezident](https://avatars.githubusercontent.com/u/6260425?v=4)](https://github.com/rezident "rezident (17 commits)")

### Embed Badge

![Health badge](/badges/rezident-self-documented-telegram-bot-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/rezident-self-documented-telegram-bot-sdk/health.svg)](https://phpackages.com/packages/rezident-self-documented-telegram-bot-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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