PHPackages                             arifinhabibi/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. [Queues &amp; Workers](/categories/queues)
4. /
5. arifinhabibi/whatsapp

ActiveLibrary[Queues &amp; Workers](/categories/queues)

arifinhabibi/whatsapp
=====================

laravel whatsapp sending message

v2.0.1(2y ago)161MITPHPPHP &gt;=7.4|&lt;8.4

Since Aug 17Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

package laravel for whatsapp sending message
============================================

[](#package-laravel-for-whatsapp-sending-message)

[![Latest Stable Version](https://camo.githubusercontent.com/9f499b9b0652f0d813a6eec559a7fbbc2d9aac30a5af23ef45d9cf7c9ceabda9/687474703a2f2f706f7365722e707567782e6f72672f61726966696e6861626962692f77686174736170702f762f737461626c652e737667)](https://packagist.org/packages/arifinhabibi/whatsapp) [![Total Downloads](https://camo.githubusercontent.com/1474ad70af5c0cf90d458bd452625731a129c09590a18356d473f9d83e491f8e/687474703a2f2f706f7365722e707567782e6f72672f61726966696e6861626962692f77686174736170702f646f776e6c6f616473)](https://packagist.org/packages/arifinhabibi/whatsapp) [![License](https://camo.githubusercontent.com/8b868334e20653bd0211d20ddf2df1f907d6c451795834e435606c5d7ae450a1/68747470733a2f2f706f7365722e707567782e6f72672f61726966696e6861626962692f77686174736170702f6c6963656e7365)](https://packagist.org/packages/arifinhabibi/whatsapp)

I'll tell you how to installation or setup this package into your project laravel, please follow this step.

Requirements Tools
------------------

[](#requirements-tools)

- php &gt;=7.4 | &lt;8.4
- composer has been installed on your system

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

[](#installation)

Install this package with [composer](https://getcomposer.org/) and run this on your command.

```
composer require arifinhabibi/whatsapp
```

Next step on controller you must declare the origin static method

```
use arifinhabibi\whatsapp\Whatsapp;

```

second you can use this syntax into your function controller, and change parameter target number and message

```
Whatsapp::send("+628238749873", "Helloo world!");
```

send function have to parameters, on first need a number target which registered on whatsapp, second parameter is message. message can separated with space but not with a new line.

Usage/Examples
--------------

[](#usageexamples)

```
