PHPackages                             eglobal-one-lab/whatsapp-integration - 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. eglobal-one-lab/whatsapp-integration

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

eglobal-one-lab/whatsapp-integration
====================================

Messaging integration with TypeBot, Bitrix and Twilio

V1.2.1(5mo ago)057MITPHPPHP ^8.2

Since Apr 1Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/ivangarcilazo/whatsapp-integration)[ Packagist](https://packagist.org/packages/eglobal-one-lab/whatsapp-integration)[ RSS](/packages/eglobal-one-lab-whatsapp-integration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

Eglobal One Lab - Whatsapp Integration
======================================

[](#eglobal-one-lab---whatsapp-integration)

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

[](#installation)

```
composer require eglobal-one-lab/whatsapp-integration
```

Configuration
-------------

[](#configuration)

Register the service provider Add the following to your `bootstrap/providers.php` file (Laravel version &gt;= 11):

```
    EglobalOneLab\WhatsappIntegration\WhatsappIntegrationProvider::class,
```

Publish config
--------------

[](#publish-config)

```
php artisan vendor:publish --provider="EglobalOneLab\WhatsappIntegration\WhatsappIntegrationProvider"
```

Edit the `config/whatsapp-integration.php` file to set your configuration.

Migrations
----------

[](#migrations)

Run the migrations:

```
php artisan migrate
```

Route usage
-----------

[](#route-usage)

There are 2 main routes. One to receive the webhook from twilio and another one to send the history with the assigned phone number.

```
POST https:://your-domain.com/whatsapp-integration-webhook
```

To receive messages from twilio

```
POST https:://your-domain.com/whatsapp-integration-history
```

To send the history to bitrix

It also receives the parameter `phone_number`

### Key interceptors

[](#key-interceptors)

These are keys that must be used from typot, a message is sent with specific keys so that the system can identify it and respond with specific information about it. [![alt text](/assets/interceptors-example.png)](/assets/interceptors-example.png)

#### Keys

[](#keys)

`get_phone_number` : se envía para recibir el número de teléfono del usuario

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance70

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~12 days

Recently: every ~32 days

Total

20

Last Release

167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f566402b3edf38bf39c18676480587fd3de4e7a474115f867940c101fa9a3074?d=identicon)[ivangarcilazo](/maintainers/ivangarcilazo)

---

Top Contributors

[![ivangarcilazo](https://avatars.githubusercontent.com/u/105944413?v=4)](https://github.com/ivangarcilazo "ivangarcilazo (24 commits)")

### Embed Badge

![Health badge](/badges/eglobal-one-lab-whatsapp-integration/health.svg)

```
[![Health](https://phpackages.com/badges/eglobal-one-lab-whatsapp-integration/health.svg)](https://phpackages.com/packages/eglobal-one-lab-whatsapp-integration)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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