PHPackages                             botdelive/botdelive - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. botdelive/botdelive

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

botdelive/botdelive
===================

BotDelive is a Push Notification and 2-factor authentication API service that works over the chat bots (Telegram and Messenger).

1.0(7y ago)4191MITPHP

Since Sep 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/BotDelive/botdelivePHP)[ Packagist](https://packagist.org/packages/botdelive/botdelive)[ RSS](/packages/botdelive-botdelive/feed)WikiDiscussions master Synced 3d ago

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

[![botdelive](https://camo.githubusercontent.com/4dea5abfde49e8ac1c03509c888934209b89315698eac309298113f3a40fbece/68747470733a2f2f626f7464656c6976652e636f6d2f696d616765732f6c6f676f2e706e67)](https://camo.githubusercontent.com/4dea5abfde49e8ac1c03509c888934209b89315698eac309298113f3a40fbece/68747470733a2f2f626f7464656c6976652e636f6d2f696d616765732f6c6f676f2e706e67)

About
-----

[](#about)

**BotDelive** is a Push Notification and 2-factor authentication API service that works over the chat bots (Telegram and Messenger).

```
    composer require botdelive/botdelive

```

Requirements
------------

[](#requirements)

1. [Create an account](https://botdelive.com/login).
2. Create an app on the dashboard to get appId and secretKey credentials.
3. cURL.
4. PHP 5.6+

Usage
-----

[](#usage)

Let's initialize the library first. Don't forget to replace `` and ``.

```
use BotDelive\BotDelive;

$bd = new BotDelive('', '');
```

**Verify the "Access Code":**

```
$bd->verify('');
```

**Send 2-factor authentication request (long polling):**

```
$bd->auth('');
```

**Send Push Notification request:**

```
$bd->push('', '');
```

Documentation
-------------

[](#documentation)

Complete documentation available at:

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

2848d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43117425?v=4)[Botdelive](/maintainers/botdelive)[@BotDelive](https://github.com/BotDelive)

---

Top Contributors

[![rufat](https://avatars.githubusercontent.com/u/5330471?v=4)](https://github.com/rufat "rufat (6 commits)")

---

Tags

2faapiauthenticationbotbotdelivechatbotmessengernotificationpushtelegramtwo-factor-authenticationwhatsapp

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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