PHPackages                             valizada/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. valizada/telegram-bot-client

AbandonedArchivedLibrary[API Development](/categories/api)

valizada/telegram-bot-client
============================

Bot Client which is going to follow rules set by Telegram's BotFather :))

v1.01(9y ago)171559[3 issues](https://github.com/valizada/Telegram-Bot-Client/issues)MITPHPPHP &gt;=5.3.0

Since Sep 1Pushed 9y agoCompare

[ Source](https://github.com/valizada/Telegram-Bot-Client)[ Packagist](https://packagist.org/packages/valizada/telegram-bot-client)[ Docs](https://github.com/valizada/Telegram-Bot-Client)[ RSS](/packages/valizada-telegram-bot-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Telegram-Bot-Client
===================

[](#telegram-bot-client)

Bot Client which is going to follow rules set by Telegram's BotFather :))

This repo will establish communication between client and your bot, create all objects and methods provided by Telegram in PHP. So that you can easily configure your Bot and customize it given your needs.

My bot
======

[](#my-bot)

His name is ***@FizBot***, feel free to talk to him, he is very fun, for now he is just learning to talk, will repeat whatever you say, send you his location, and a picture of sweet kitten.

How to install and use
======================

[](#how-to-install-and-use)

**Using Composer**

```
composer create-project valizada/telegram-bot-client

```

If you do not have composer, then follow this **[get composer](https://getcomposer.org/doc/00-intro.md)**) link

**Clone the repository**

```
git clone git@github.com:valizada/Telegram-Bot-Client.git

```

Generate Telegram Bot Token by following instructions given in this **[link](https://core.telegram.org/bots#generate-an-authorization-token-for-your-bot)**

Edit following line: *private $URL = "[https://api.telegram.org/botYOUR\_TOKEN\_GOES\_HERE/](https://api.telegram.org/botYOUR_TOKEN_GOES_HERE/)";* in the ParentClass.php file, and include your own token gotten from Telegram.

Then, you should create a webhook for listening to the incoming updates from Telegram(more about **[Telegram Bot Webhook](https://core.telegram.org/bots/api#setwebhook)**) Run the following command, by specifying a url to receive incoming updates via an outgoing webhook.

If you'd like to make sure that the Webhook request comes from Telegram, it is recommended using a secret path in the URL, e.g. . Since nobody else knows your bot‘s token, you can be pretty sure it’s Telegram.

```
php webhook.php https://www.example.com/

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.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

Every ~0 days

Total

2

Last Release

3588d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8165246?v=4)[Fizuli](/maintainers/valizada)[@valizada](https://github.com/valizada)

---

Top Contributors

[![valizada](https://avatars.githubusercontent.com/u/8165246?v=4)](https://github.com/valizada "valizada (42 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

---

Tags

bottelegramtelegram botbotfather

### Embed Badge

![Health badge](/badges/valizada-telegram-bot-client/health.svg)

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.8M93](/packages/irazasyed-telegram-bot-sdk)[longman/telegram-bot

PHP Telegram bot

4.0k2.2M52](/packages/longman-telegram-bot)[telegram-bot/api

PHP Wrapper for Telegram Bot API

1.2k2.4M32](/packages/telegram-bot-api)[tg-bot-api/bot-api-base

Clear and simple Telegram bot API

22281.1k2](/packages/tg-bot-api-bot-api-base)[telegram-bot-sdk/telegram-bot-sdk

The Telegram Bot API PHP SDK

32981.3k](/packages/telegram-bot-sdk-telegram-bot-sdk)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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