PHPackages                             evmv/telegram-bundle - 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. evmv/telegram-bundle

ActiveSymfony-bundle[API Development](/categories/api)

evmv/telegram-bundle
====================

A bundle for telegram bot

v1.1.2(2y ago)832MITPHPPHP &gt;=8.1.0

Since Jan 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/EvMV/EvmvTelegramBundle)[ Packagist](https://packagist.org/packages/evmv/telegram-bundle)[ RSS](/packages/evmv-telegram-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

About
-----

[](#about)

The bundle uses annotations, which allows you to create flexible telegram bot systems.

Install
-------

[](#install)

Require the bundle and its dependencies with composer:

```
$ composer require evmv/telegram-bundle
```

Register the bundle:

```
// config/bundles.php
return [
    Evmv\TelegramBot\TelegramBundle::class => ['all' => true]
];
```

Add your bot key to .env:

```
BOT_KEY=your_telegram_bot_key
```

And add route to config/routes.yaml:

```
telegram:
    path: /handle
    controller: Evmv\TelegramBot\Controller\Handle::__invoke
```

Usage
-----

[](#usage)

- [COMMAND](docs/COMMAND.md)
- [KEYBOARD](docs/KEYBOARD.md)
- [TEXT](docs/TEXT.md)
- [MIDDLEWARE](docs/MIDDLEWARE.md)
- [EVENT](docs/EVENT.md)

### How To Contribute

[](#how-to-contribute)

To contribute just open a Pull Request with your new code taking into account that if you add new features or modify existing ones you have to document in this README what they do. If you break BC then you have to document it as well.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~62 days

Total

6

Last Release

1005d ago

### Community

Maintainers

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

---

Top Contributors

[![EvMV](https://avatars.githubusercontent.com/u/85056538?v=4)](https://github.com/EvMV "EvMV (36 commits)")

---

Tags

botbundleflexiblephpsymfonytelegramtelegram-botphpsymfonybundlebottelegram

### Embed Badge

![Health badge](/badges/evmv-telegram-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/evmv-telegram-bundle/health.svg)](https://phpackages.com/packages/evmv-telegram-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.6k](/packages/borsaco-telegram-bot-api-bundle)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42888.4k](/packages/harmbandstra-swagger-ui-bundle)[shaygan/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

235.1k](/packages/shaygan-telegram-bot-api-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2839.2k10](/packages/inspector-apm-inspector-symfony)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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