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)3191MITPHP

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 2mo 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 54% 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

2800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0044991a5bf9274b1f357bce21373833a0cc2af0f26deb3bafd41a49b7828603?d=identicon)[botdelive](/maintainers/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

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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