PHPackages                             bajjour/ensany-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. bajjour/ensany-whatsapp

ActiveLibrary[API Development](/categories/api)

bajjour/ensany-whatsapp
=======================

A Laravel package for Send Whatsapp messages using ensany backend

1.0.0(1y ago)033MITPHPPHP ^8.0

Since Jun 25Pushed 12mo agoCompare

[ Source](https://github.com/bajjour/ensany-whatsapp)[ Packagist](https://packagist.org/packages/bajjour/ensany-whatsapp)[ RSS](/packages/bajjour-ensany-whatsapp/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Ensany Whatsapp for Laravel
===========================

[](#ensany-whatsapp-for-laravel)

This package provides a simple and easy-to-use interface to send whatsapp messages using Ensany Dashboard.

---

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

[](#installation)

You can install the package via Composer:

```
composer require bajjour/ensany-whatsapp
```

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

[](#configuration)

After installing the package, publish the configuration file:

```
php artisan vendor:publish --provider="EnsanyWhatsapp\EnsanyWhatsappServiceProvider" --tag="ensany-whatsapp-config"
```

Update your .env file with your Stripe API credentials:

```
ENSANY_WHATSAPP_API_KEY="your-app-key"
ENSANY_WHATSAPP_DEVICE_ID="device-id"
```

Usage
-----

[](#usage)

`Initialize the Service`

You can initialize the Stripe service in your controller:

```
use EnsanyWhatsapp\Services\WhatsappService;

public function __construct(WhatsappService $w_service)
{
    $this->w_service = $w_service;
}
```

`Send Text Message`

```
$mobile = '970xxxxxxxxx';
$msg = 'Welcome From Ensany';
$res = $this->m_service->send_text($mobile, $msg);
```

Response

detailed array returned

```
{
  "status": true,
  "message": "lynx.successfully",
  "result": {
    "success": true,
    "message_id": "sent-message-id",
    "scheduled_at": "send-date"
  },
  "meta": null
}
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance48

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

412d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/058005445fca254ef9441c3e3c2d44f687888160d542fe1cead1be1bb4b34bba?d=identicon)[bajjour.89@gmail.com](/maintainers/bajjour.89@gmail.com)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k1](/packages/mike-bronner-laravel-model-caching)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[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)
