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 1mo 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 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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

1179d 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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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