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

ActiveLibrary

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

A Laravel package for Send Whatsapp messages using ensany backend

1.0.0(10mo ago)032↓100%MITPHPPHP ^8.0

Since Jun 25Pushed 9mo 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 1mo ago

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

29

—

LowBetter than 60% of packages

Maintenance56

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

321d 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

[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[harris21/laravel-fuse

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

3786.5k](/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.

2057.2k](/packages/iazaran-smart-cache)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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