PHPackages                             pashkevich-s-d/trainee-telegram-bot-client - 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. pashkevich-s-d/trainee-telegram-bot-client

ActiveLibrary[API Development](/categories/api)

pashkevich-s-d/trainee-telegram-bot-client
==========================================

Telegram bot client example

0.0.2(3y ago)18PHP

Since Feb 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pashkevich-s-d/trainee-telegram-bot-client)[ Packagist](https://packagist.org/packages/pashkevich-s-d/trainee-telegram-bot-client)[ RSS](/packages/pashkevich-s-d-trainee-telegram-bot-client/feed)WikiDiscussions master Synced 2w ago

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

trainee-telegram-bot-client
===========================

[](#trainee-telegram-bot-client)

Telegram bot client example

Description
===========

[](#description)

This project can be used as an example of creating packages and installing them using composer.

It can be useful for those who are learning PHP and related technologies, or for those who are teaching students.

Example
=======

[](#example)

Add current package:

```
composer require pashkevich-s-d/trainee-telegram-bot-client

```

Then:

```
use \PashkevichSD\TraineeTelegramBotClient\Service\TelegramBotClient;
use \PashkevichSD\TraineeTelegramBotClient\Model\Request\Message;

$telegramBotClient = new TelegramBotClient('YourTelegramBotToken');

```

To be able to get updates:

```
$telegramBotClient->getUpdates();

```

To be able to send message:

```
telegramBotClient->sendMessage((new Message())->setChatId($chatId)->setText($message));

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

1277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94b8f20c6ab486e93b370ae6e0d0a43afa91fb9b04be880a33649fbc2147c079?d=identicon)[pashkevich-s-d](/maintainers/pashkevich-s-d)

---

Top Contributors

[![pashkevich-s-d](https://avatars.githubusercontent.com/u/48393812?v=4)](https://github.com/pashkevich-s-d "pashkevich-s-d (3 commits)")

### Embed Badge

![Health badge](/badges/pashkevich-s-d-trainee-telegram-bot-client/health.svg)

```
[![Health](https://phpackages.com/badges/pashkevich-s-d-trainee-telegram-bot-client/health.svg)](https://phpackages.com/packages/pashkevich-s-d-trainee-telegram-bot-client)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M778](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)

PHPackages © 2026

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