PHPackages                             defstudio/whatsapper - 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. defstudio/whatsapper

ActiveLibrary[API Development](/categories/api)

defstudio/whatsapper
====================

A Whatsapp connector for Laravel

v2.0.0(2mo ago)072[1 PRs](https://github.com/defstudio/whatsapper/pulls)MITPHPPHP ^8.4CI passing

Since Apr 29Pushed 1mo agoCompare

[ Source](https://github.com/defstudio/whatsapper)[ Packagist](https://packagist.org/packages/defstudio/whatsapper)[ Docs](https://github.com/defstudio/whatsapper)[ GitHub Sponsors](https://github.com/DefStudio)[ RSS](/packages/defstudio-whatsapper/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (15)Versions (12)Used By (0)

A Whatsapp connector for Laravel
================================

[](#a-whatsapp-connector-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9a85ce3b5a5ca07542dd520f7bcc889937882833b5f635e3b47988d817f893d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656673747564696f2f776861747361707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/defstudio/whatsapper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1241450f3d8a27968eea28429ba8d8ebc8829054fe4cd3b4883b7a29a2632666/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64656673747564696f2f776861747361707065722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/defstudio/whatsapper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/71518fac341bc212a98f7cbfea4cb784c57347a9c22192ae02ff039ca793530f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64656673747564696f2f776861747361707065722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/defstudio/whatsapper/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/84b9962f01a955999f94dd6aaf1a376e2ef81629a3c2fd4edf818d38bb38702b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656673747564696f2f776861747361707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/defstudio/whatsapper)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/0a9c7accb29099883e2af5bb13699522cdb2904ffd987dea2c7d402b37d81c4d/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f776861747361707065722e6a70673f743d31)](https://spatie.be/github-ad-click/whatsapper)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require defstudio/whatsapper
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="whatsapper-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="whatsapper-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="whatsapper-views"
```

Usage
-----

[](#usage)

```
$whatsapper = new DefStudio\Whatsapper();
echo $whatsapper->echoPhrase('Hello, DefStudio!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Fabio Ivona](https://github.com/fabio-ivona)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance88

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Recently: every ~52 days

Total

9

Last Release

65d ago

Major Versions

v1.0.7 → v2.0.02026-04-29

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/db5e0ab5568062368a52c61d67381c1a35be5e5c816968dd3883bc7ba2d46b53?d=identicon)[fabio.ivona](/maintainers/fabio.ivona)

---

Top Contributors

[![fabio-ivona](https://avatars.githubusercontent.com/u/8792274?v=4)](https://github.com/fabio-ivona "fabio-ivona (81 commits)")

---

Tags

laraveldefstudiowhatsapper

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/defstudio-whatsapper/health.svg)

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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