PHPackages                             jove/async-php-bot - 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. jove/async-php-bot

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

jove/async-php-bot
==================

v1.0.0(3y ago)1061PHP

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/botify-framework/botify)[ Packagist](https://packagist.org/packages/jove/async-php-bot)[ RSS](/packages/jove-async-php-bot/feed)WikiDiscussions stable Synced 1mo ago

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

Botify Framework
================

[](#botify-framework)

Create your own Telegram API bot asynchronously in PHP

How to use
----------

[](#how-to-use)

Installation
------------

[](#installation)

- **Install with git**

```
git clone https://github.com/botify-framework/botify

```

> Then `composer install`

- **Install with composer**

```
composer create-project --prefer-dist botify-framework/botify

```

> **Note**You must install the framework directly as a master project

### Webhook mode

[](#webhook-mode)

```
use Botify\Events\Handler;
use Botify\TelegramAPI;

require_once __DIR__ .'/bootstrap/app.php';

$bot = new TelegramAPI([
    'token' => '123456789:AAABBBCCCDDDEEE',
]);

$bot->loopAndHear(Handler::UPDATE_TYPE_WEBHOOK);
```

### Http server mode

[](#http-server-mode)

```
use Botify\Events\Handler;
use Botify\TelegramAPI;

require_once __DIR__ .'/bootstrap/app.php';

$bot = new TelegramAPI([
    'token' => '123456789:AAABBBCCCDDDEEE',
]);

$bot->loopAndHear(Handler::UPDATE_TYPE_SOCKET_SERVER);
```

### Long polling mode

[](#long-polling-mode)

```
use Botify\Events\Handler;
use Botify\TelegramAPI;

require_once __DIR__ .'/bootstrap/app.php';

$bot = new TelegramAPI([
    'token' => '123456789:AAABBBCCCDDDEEE',
]);

$bot->loopAndHear(Handler::UPDATE_TYPE_POLLING);
```

[**Support group**](https://t.me/+MhwZYoLrHediNTgx)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

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

1358d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f779af75b6400d5348febfc137cf80cd73bbc5b37a0a213ea0d17412526afde?d=identicon)[LordDeveloper](/maintainers/LordDeveloper)

---

Top Contributors

[![mtalaeii](https://avatars.githubusercontent.com/u/73236713?v=4)](https://github.com/mtalaeii "mtalaeii (23 commits)")[![botify-framework](https://avatars.githubusercontent.com/u/22099961?v=4)](https://github.com/botify-framework "botify-framework (12 commits)")[![LordDeveloper](https://avatars.githubusercontent.com/u/34248444?v=4)](https://github.com/LordDeveloper "LordDeveloper (7 commits)")[![ADLVI](https://avatars.githubusercontent.com/u/108076462?v=4)](https://github.com/ADLVI "ADLVI (1 commits)")

### Embed Badge

![Health badge](/badges/jove-async-php-bot/health.svg)

```
[![Health](https://phpackages.com/badges/jove-async-php-bot/health.svg)](https://phpackages.com/packages/jove-async-php-bot)
```

PHPackages © 2026

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