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 2mo 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 43% 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

2007d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82cbc6d1af7eb3e2383ed147b321afae5a53ac3bd6349b0b2574998ac92a48b6?d=identicon)[mfrna](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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