PHPackages                             mfrna/telegrambot - 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. mfrna/telegrambot

ActiveLibrary[API Development](/categories/api)

mfrna/telegrambot
=================

A Telegram Bot API Client package

1.0.3(5y ago)021MITPHPPHP &gt;=5.5.0

Since May 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mfrna/telegrambot)[ Packagist](https://packagist.org/packages/mfrna/telegrambot)[ RSS](/packages/mfrna-telegrambot/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/58c3f7d2b26c88640f2600521f5730605a07525bdf77f83725259677bf0304ee/68747470733a2f2f7472617669732d63692e6f72672f6d66726e612f74656c656772616d626f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mfrna/telegrambot)

TelegramBot API
===============

[](#telegrambot-api)

A composer package for Telegram bots API

Overview
========

[](#overview)

Telegram Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.

To learn more about the Telegram Bot API, please consult the [Introduction to Bots](https://core.telegram.org/bots) and [Bot FAQ](https://core.telegram.org/bots/faq) on official Telegram site.

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.

If you have any questions, don't hesitate to contact me.

Usage
=====

[](#usage)

Install the pacakge

```
composer require mfrna/telegrambot

```

Use it!

```
use MFRNA\TelegramBot\API\Bot;

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

```

As easy as that!

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

2058d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3632222?v=4)[Mohamed Nasr](/maintainers/mfrna)[@mfrna](https://github.com/mfrna)

---

Top Contributors

[![mfrna](https://avatars.githubusercontent.com/u/3632222?v=4)](https://github.com/mfrna "mfrna (35 commits)")

### Embed Badge

![Health badge](/badges/mfrna-telegrambot/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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