PHPackages                             tauweb/simple-telegram-bot-api - 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. tauweb/simple-telegram-bot-api

ActiveLibrary

tauweb/simple-telegram-bot-api
==============================

Simple php telegram bot api

0.1(4y ago)046(LGPL-2.1-only or GPL-3.0-or-later)PHP

Since May 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tauweb/simple-telegram-bot-api)[ Packagist](https://packagist.org/packages/tauweb/simple-telegram-bot-api)[ RSS](/packages/tauweb-simple-telegram-bot-api/feed)WikiDiscussions master Synced 1mo ago

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

Simple-Telegram-Bot-Api
=======================

[](#simple-telegram-bot-api)

An easy way to use Telegram Bot Api. Works with all Telegram methods.

Install
-------

[](#install)

```
composer require tauweb/simple-telegram-bot-api
```

Usage example

```
$bot = new Bot('Your Bot Token');

$bot->sendMessage([
  'chat_id' => 11111,
  'text' => 'Hello, World',
]);

$bot->sendPhoto([
    'chat_id' => 11111,
    'photo' => 'http://url_to_image.jpg,
]);
```

or

```
$result = (new Bot('Your Bot Token'))->setWebHook(['url' => 'https://bot_webhook_url']);
var_dump($result);
```

or

```
(new Bot('Your Bot Token'))->getChatMember(['chat_id' => 111, 'user_id' => 222]);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc9278d5c72e9f10766808e16a0184a3df2b74944f9bf0a8f058868e935369d3?d=identicon)[WhiskeyMan](/maintainers/WhiskeyMan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tauweb-simple-telegram-bot-api/health.svg)

```
[![Health](https://phpackages.com/badges/tauweb-simple-telegram-bot-api/health.svg)](https://phpackages.com/packages/tauweb-simple-telegram-bot-api)
```

PHPackages © 2026

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