PHPackages                             mvs/phbot - 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. mvs/phbot

ActiveLibrary[API Development](/categories/api)

mvs/phbot
=========

PHP Library for Telegram Bots

1.0.0(8y ago)019MITPHPPHP &gt;=7.0

Since May 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/WalderlanSena/phbot)[ Packagist](https://packagist.org/packages/mvs/phbot)[ RSS](/packages/mvs-phbot/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

 [![](https://github.com/WalderlanSena/phbot/raw/master/img/phbot_logo.png)](https://github.com/WalderlanSena/phbot/blob/master/img/phbot_logo.png)

Connect API Telegram
--------------------

[](#connect-api-telegram)

```
$app = new ApiConnectTelegram([
    'token' => ''
]);
```

Use get update Message
----------------------

[](#use-get-update-message)

```
try {
    $request = $app->getUpdates();
} catch (\Exception $exception) {
    echo $exception->getMessage();
}
```

Use Send Message
----------------

[](#use-send-message)

```
$data = [
    'chat_id' => 0,
    'text'    => ''
];

try {
    $request = $app->sendMessage($data);
} catch (\Exception $exception) {
    echo $exception->getMessage();
}
```

License
=======

[](#license)

A biblioteca **Phbot** é um software de código aberto licenciado sob a licença MIT license.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2974d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14901080?v=4)[Walderlan Sena](/maintainers/WalderlanSena)[@WalderlanSena](https://github.com/WalderlanSena)

---

Top Contributors

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

---

Tags

botlibphpphp7telegram

### Embed Badge

![Health badge](/badges/mvs-phbot/health.svg)

```
[![Health](https://phpackages.com/badges/mvs-phbot/health.svg)](https://phpackages.com/packages/mvs-phbot)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M965](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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