PHPackages                             botify-framework/botify - 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. [Framework](/categories/framework)
4. /
5. botify-framework/botify

ActiveLibrary[Framework](/categories/framework)

botify-framework/botify
=======================

v1.0.0(3y ago)10931PHP

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/botify-framework/botify)[ Packagist](https://packagist.org/packages/botify-framework/botify)[ RSS](/packages/botify-framework-botify/feed)WikiDiscussions stable Synced today

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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

1404d 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/botify-framework-botify/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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