PHPackages                             goodway/hypervel-telegram - 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. goodway/hypervel-telegram

ActiveLibrary[API Development](/categories/api)

goodway/hypervel-telegram
=========================

The Unofficial Telegram Bot API PHP SDK With Hypervel Support

1.0.1(5mo ago)28BSD-3-ClausePHPPHP ^8.2

Since Nov 16Pushed 5mo agoCompare

[ Source](https://github.com/goodway/hypervel-telegram)[ Packagist](https://packagist.org/packages/goodway/hypervel-telegram)[ Docs](https://github.com/goodway/hypervel-telegram)[ RSS](/packages/goodway-hypervel-telegram/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/983badacfcdf0c3b0a03a313e574d228303af597d3a744d6c1af7eaa8c45eb3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6972617a61737965642f74656c656772616d2d626f742d73646b2f63692e796d6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/goodway/hypervel-telegram/actions)[![Latest Version](https://camo.githubusercontent.com/799f18360a68b4f3cfdcd8320e1a945cde1027280d809fe303fb54005950e826/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f676f6f647761792f687970657276656c2d74656c656772616d2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/goodway/hypervel-telegram/releases)[![Total Downloads](https://camo.githubusercontent.com/64a399ea548a9116f86841f0f64b7992b1b4589f13acbedf377947cd510240cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6f647761792f687970657276656c2d74656c656772616d2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/goodway/hypervel-telegram)

Telegram Bot API - PHP SDK
==========================

[](#telegram-bot-api---php-sdk)

> Telegram Bot PHP SDK lets you develop Telegram Bots in PHP easily! Supports Laravel out of the box.
>
> [Telegram Bot API](https://core.telegram.org/bots) 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.

Are You Using Telegram Bot SDK?
-------------------------------

[](#are-you-using-telegram-bot-sdk)

If you're using this SDK to build your Telegram Bots or have a project that's relevant to this SDK, We'd love to know and share it with the world.

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require goodway/hypervel-telegram

```

Next, you should publish the HypervelTelegram configuration file using the vendor:publish Artisan command. Configuration file will be placed in your application's config directory:

```
php artisan vendor:publish "Telegram\Bot\Hypervel\TelegramServiceProvider"

```

🧪 Usage Example
---------------

[](#-usage-example)

```
use Telegram\Bot\Hypervel\Facades\Telegram;

$response = Telegram::sendMessage([
	'chat_id' => 'CHAT_ID',
	'text' => 'Hello World'
]);

$messageId = $response->getMessageId();

```

🧪 Advanced Usage Example With InlineKeyboard
--------------------------------------------

[](#-advanced-usage-example-with-inlinekeyboard)

```
use Telegram\Bot\Hypervel\Facades\Telegram;
use Telegram\Bot\Keyboard\Keyboard;
use Telegram\Bot\Keyboard\Button;

$buttons = [
     new Button()->setText('Button 1')->setCallbackData('btn1_callback'),
     new Button()->setText('Button 2')->setCallbackData('btn2_callback'),
];

$keyboard = new Keyboard()->inline()->row($buttons);
$replyMarkup = json_encode($keyboard->toArray());

$response = Telegram::sendMessage([
    'chat_id' => 'CHAT_ID',
    'text' => 'Hello World',
    'parse_mode' => 'MarkdownV2',
    'reply_markup' => $replyMarkup,
]);

$messageId = $response->getMessageId();

```

🧠 Why Hypervel?
---------------

[](#-why-hypervel)

Hypervel is a modern PHP framework built for performance and scalability. This Telegram client is built with Hypervel in mind, ensuring smooth compatibility and optimal performance within your Hypervel-based applications.

🔄 Migration Note
----------------

[](#-migration-note)

This client is a **port** of the popular [telegram-bot-sdk](https://github.com/irazasyed/telegram-bot-sdk) library, which was originally designed for PHP &amp; Laravel. I have adapted and optimized this version specifically for Hypervel framework compatibility, maintaining all core functionality while ensuring seamless integration with Hypervel's architecture.

Additional information
----------------------

[](#additional-information)

Any issues, feedback, suggestions or questions please use issue tracker [here](https://github.com/goodway/hypervel-telegram/issues).

Contributing
------------

[](#contributing)

Thank you for considering contributing to the project. Please review the [CONTRIBUTING](https://telegram-bot-sdk.readme.io/docs/contributing) guidelines before submitting any pull requests.

Credits
-------

[](#credits)

- [Serge Goodway](https://github.com/goodway)
- [All Contributors](https://github.com/goodway/hypervel-telegram/contributors)

Disclaimer
----------

[](#disclaimer)

This project and its author are neither associated nor affiliated with [Telegram](https://telegram.org/) in any way. Please see the [License](https://github.com/goodway/hypervel-telegram/blob/develop/LICENSE.md) for more details.

License
-------

[](#license)

This project is released under the [BSD 3-Clause](https://github.com/goodway/hypervel-telegram/blob/develop/LICENSE.md) License.

🛠️ Coming Soon
--------------

[](#️-coming-soon)

- Better integration with Hypervel
- Improved documentation and examples
- Enhanced error handling and logging

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance70

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

177d ago

### Community

Maintainers

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

---

Top Contributors

[![goodway](https://avatars.githubusercontent.com/u/1098891?v=4)](https://github.com/goodway "goodway (9 commits)")

---

Tags

telegramtelegram bottelegram bot apitelegram sdktelegram phphypervelhypervel telegram

###  Code Quality

TestsPest

Static AnalysisRector

### Embed Badge

![Health badge](/badges/goodway-hypervel-telegram/health.svg)

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[telegram-bot-sdk/telegram-bot-sdk

The Telegram Bot API PHP SDK

32480.5k](/packages/telegram-bot-sdk-telegram-bot-sdk)[exileed/telegram-bot-api

The Telegram Bot API PHP

1514.1k](/packages/exileed-telegram-bot-api)

PHPackages © 2026

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