PHPackages                             mohamedhekal/appsenders-laravel-whatsapp-api - 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. [API Development](/categories/api)
4. /
5. mohamedhekal/appsenders-laravel-whatsapp-api

ActiveLibrary[API Development](/categories/api)

mohamedhekal/appsenders-laravel-whatsapp-api
============================================

Easily send WhatsApp messages via the AppSenders API in your Laravel application.

234PHP

Since Apr 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mohamedhekal/appsenders-laravel-whatsapp-api)[ Packagist](https://packagist.org/packages/mohamedhekal/appsenders-laravel-whatsapp-api)[ RSS](/packages/mohamedhekal-appsenders-laravel-whatsapp-api/feed)WikiDiscussions main Synced 1mo ago

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

WhatsApp API Laravel Package 🚀
==============================

[](#whatsapp-api-laravel-package-)

Easily send WhatsApp messages via the AppSenders API in your Laravel application.

🚀 Installation
--------------

[](#-installation)

1. **Clone or Download the Package**:

    ```
    git clone https://github.com/mohamedhekal/appsenders-laravel-whatsapp-api.git
    ```

    OR

    ```
    composer require mohamedhekal/appsenders-laravel-whatsapp-api
    ```
2. **Register the Service Provider**: Add the following line to the `providers` array in `config/app.php`:

    ```
    WhatsAppAPI\WhatsAppServiceProvider::class,
    ```
3. **Publish Configuration**:

    ```
    php artisan vendor:publish --tag=config
    ```
4. **Setup Configuration**: Add your AppSenders API credentials to your `.env` file:

    ```
    WHATSAPP_APPKEY=YOUR_APP_KEY
    WHATSAPP_AUTHKEY=YOUR_AUTH_KEY

    ```

📝 Usage
-------

[](#-usage)

### Send a Simple Message Or Message with PDF

[](#send-a-simple-message-or-message-with-pdf)

```
use WhatsAppAPI\WhatsApp;

$response = WhatsApp::sendMessage('RECEIVER_NUMBER', 'Hello, World!');

$response = WhatsApp::sendMessage('RECEIVER_NUMBER', 'Check this PDF!', 'https://www.africau.edu/images/default/sample.pdf');
```

✅ Successful JSON Callback
--------------------------

[](#-successful-json-callback)

Here's an example of a successful JSON callback response:

```
{
    "message_status": "Success",
    "data": {
        "from": "SENDER_NUMBER",
        "to": "RECEIVER_NUMBER",
        "status_code": 200
    }
}
```

📝 Developer
-----------

[](#-developer)

### Developed By: Eng. Mohamed Hekal

[](#developed-by-eng-mohamed-hekal)

💰 For Subscription (Pricing)
----------------------------

[](#-for-subscription-pricing)

### Call : +201093854603

[](#call--201093854603)

### 📞 Contact on WhatsApp

[](#-contact-on-whatsapp)

[Click here to chat on WhatsApp](https://wa.me/201093854603/)

💎 Packages 💎
------------

[](#-packages-)

📦 Package Details
-----------------

[](#-package-details)

### First package:

[](#first-package)

- **Number of messages:** 1000 messages per month

### The second package:

[](#the-second-package)

- **Number of messages:** 2000 messages per month

### The third package:

[](#the-third-package)

- **Number of messages:** 5000 messages per month

### Fourth package:

[](#fourth-package)

- **Number of messages:** 10,000 messages per month

### Fifth package:

[](#fifth-package)

- **Number of messages:** 15,000 messages per month

### Sixth package:

[](#sixth-package)

- **Number of messages:** 20,000 messages per month

### The seventh package:

[](#the-seventh-package)

- **Number of messages:** 30,000 messages per month

### The tenth package:

[](#the-tenth-package)

- **Number of messages:** Unlimited per month

### 🌟 Annual Package - Special Offer

[](#-annual-package---special-offer)

- **Number of messages:** Unlimited each month

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apilaravelwhatsapp-api

### Embed Badge

![Health badge](/badges/mohamedhekal-appsenders-laravel-whatsapp-api/health.svg)

```
[![Health](https://phpackages.com/badges/mohamedhekal-appsenders-laravel-whatsapp-api/health.svg)](https://phpackages.com/packages/mohamedhekal-appsenders-laravel-whatsapp-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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