PHPackages                             rustem-kaimolla/simple-telegram-service - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rustem-kaimolla/simple-telegram-service

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rustem-kaimolla/simple-telegram-service
=======================================

Telegram ботпен ыңғайлы жұмыс жасау үшін қолданылатын қарапайым сервис

v0.1(2y ago)02MITPHPPHP ^8.1

Since Jan 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rustem-kaimolla/simple-telegram-service)[ Packagist](https://packagist.org/packages/rustem-kaimolla/simple-telegram-service)[ RSS](/packages/rustem-kaimolla-simple-telegram-service/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SimpleTelegramService
=====================

[](#simpletelegramservice)

Telegram API-мен жұмыс істеуге арналған қарапайым пакет 🚀

Орнату
------

[](#орнату)

Composer арқылы орнату пәрмені:

```
composer require rustemkaimolla/simple-telegram-service
```

Қолдану
-------

[](#қолдану)

```
use RustemKaimolla\SimpleTelegramService\TelegramService;

// Сервисті инициализациялау
$telegramService = TelegramService::getInstance('YOUR_BOT_TOKEN');

// Хабарлама жіберу
$chatId = '123456789';
$messageText = 'Сәлем, Әлем!';
$success = $telegramService->sendMessage($messageText, $chatId);

if ($success) {
    echo 'Хабарлама сәтті жіберілді! 😊';
} else {
    echo 'Хабарлама жіберу кезінде қателік шықты. 😞';
}
```

Хабарлама жіберуге арналған жаһандық функция
--------------------------------------------

[](#хабарлама-жіберуге-арналған-жаһандық-функция)

Сіз `telegram_message()` жаһандық функциясын Сервисті инициализациялағаннан кейін қолдана аласыз, оны қолдану үшін төмендегі мысалға қараныз:

```
use RustemKaimolla\SimpleTelegramService\TelegramService;
use RustemKaimolla\SimpleTelegramService\TelegramServiceException;

try {
    telegram_message('Сәлем, Әлем!', '123456789');
    echo 'Хабарлама сәтті жіберілді! 😊';
} catch (TelegramServiceException $e) {
    echo 'Хабарлама жіберу кезінде қателік шықты: ' . $e->getMessage() . ' 😞';
}
```

Лицензия
--------

[](#лицензия)

Бұл пакет MIT шенберінде таратылады. Толығырақ LICENSE файлын қараныз.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7aa76e6cb2bda76821cb44fc3008161c2110496e11f3d7d9ba69813ac8cf0bdc?d=identicon)[rustemKaimolla](/maintainers/rustemKaimolla)

---

Top Contributors

[![rustem-kaimolla](https://avatars.githubusercontent.com/u/72618924?v=4)](https://github.com/rustem-kaimolla "rustem-kaimolla (2 commits)")[![exactkz](https://avatars.githubusercontent.com/u/79911015?v=4)](https://github.com/exactkz "exactkz (1 commits)")

### Embed Badge

![Health badge](/badges/rustem-kaimolla-simple-telegram-service/health.svg)

```
[![Health](https://phpackages.com/badges/rustem-kaimolla-simple-telegram-service/health.svg)](https://phpackages.com/packages/rustem-kaimolla-simple-telegram-service)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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