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

ActiveLibrary[API Development](/categories/api)

alaaelsaid/laravel-wati-whatsapp
================================

This Package for integration with wati servive

1.0.1(1y ago)02.9k1[1 issues](https://github.com/alaaels3id/laravel-wati-whatsapp/issues)MITPHP

Since Sep 26Pushed 1y ago1 watchersCompare

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

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

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org).

```
composer require alaaelsaid/laravel-wati-whatsapp
```

Publishing
----------

[](#publishing)

After install publish file config

```
php artisan vendor:publish --tag="wati"
```

Env
---

[](#env)

In the .env file you can add those keys:

```
WATI_TEMPLATE=template_name
WATI_ENDPOINT=endpoint
WATI_ACCESS_TOKEN=access_token
```

Usage
-----

[](#usage)

```
use Alaaelsaid\LaravelWatiWhatsapp\Facade\Whatsapp;

// to send single phone number;
Whatsapp::send('+201007153686', "hello world", "John Smith");

// to send multi phone numbers;
// $users => collection of users to send a mutiple phone numbers;
// column => whatsapp column in users table;
// name => the column name of the user in the users table ex: [ name, fullname ];

Whatsapp::multi(message: "hello world", users: $users, column: 'whatsapp', name: 'John Smith'');
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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 ~0 days

Total

2

Last Release

593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43482a7114cef02f9387b510c3f0fb7d7c53b0f152e8e4d97e63ee821686f9e0?d=identicon)[alaaels3id](/maintainers/alaaels3id)

---

Top Contributors

[![alaaels3id](https://avatars.githubusercontent.com/u/37184007?v=4)](https://github.com/alaaels3id "alaaels3id (2 commits)")

### Embed Badge

![Health badge](/badges/alaaelsaid-laravel-wati-whatsapp/health.svg)

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

###  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)
