PHPackages                             elngar/whatsapp - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. elngar/whatsapp

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

elngar/whatsapp
===============

helper to send whatsapp messages

v1.0.0(3y ago)07MITPHP

Since Jan 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmed-a-elngar/whatsappSender)[ Packagist](https://packagist.org/packages/elngar/whatsapp)[ RSS](/packages/elngar-whatsapp/feed)WikiDiscussions main Synced today

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

whatsappSender
==============

[](#whatsappsender)

package to send WhatsApp text messages

Before Installation
-------------------

[](#before-installation)

1. [Register](https://developers.facebook.com/docs/development/register) in meta developers
2. Follow the instructions to
    1. create app
    2. connect to whatsapp
    3. add phone number for testing

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

[](#installation)

1. Install the package via Composer:

```
composer require elngar/whatsapp

```

2. Change configrations in config/whatsapp.php file:

```
"access_token"          =>      '',
"phone_number_id"       =>      ''

```

Usage
-----

[](#usage)

- To send text message to particular number: ```
    Whatsapp::send('01*********', 'Hello msg');

    ```
- To get sent message response result:
    1. When sending

    ```
      $response = Whatsapp::send('01*********', 'Hello msg');

    ```

    2. After sending message

    ```
      $response = Whatsapp::getSendResult();

    ```

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

[](#documentation)

- [meta whatsapp api docs](https://developers.facebook.com/docs/whatsapp/cloud-api/get-started)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1254d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c81e20fb992238a6988b580523a337cbbf4c91dbf057e308f31c2eb4dd4116cf?d=identicon)[ahmed\_a\_elngar](/maintainers/ahmed_a_elngar)

---

Top Contributors

[![ahmed-a-elngar](https://avatars.githubusercontent.com/u/31928721?v=4)](https://github.com/ahmed-a-elngar "ahmed-a-elngar (4 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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