PHPackages                             quods/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. quods/whatsapp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

quods/whatsapp
==============

Whatsapp Client And CRM Model

v1.0.0(3y ago)14MITPHPPHP ^8.1

Since Jan 2Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

PackStarter untuk Fitur WA MSD
==============================

[](#packstarter-untuk-fitur-wa-msd)

[![Latest Version on wa-fiture](https://camo.githubusercontent.com/ae5f153b70a65bbbeadbab63828c96ffc4aa11375bdfcf6745519d6d4951f674/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d726564)](https://camo.githubusercontent.com/ae5f153b70a65bbbeadbab63828c96ffc4aa11375bdfcf6745519d6d4951f674/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d726564)[![GitHub Tests Action Status](https://camo.githubusercontent.com/348231d280bccc86ce261f14f0d178bbd932e542d9e3ed2c2503862f4856f668/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b6167652d77615f6669747572652d726564)](https://camo.githubusercontent.com/348231d280bccc86ce261f14f0d178bbd932e542d9e3ed2c2503862f4856f668/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b6167652d77615f6669747572652d726564)

This a Starter Pack, Blade Component, and Helpers to Fiture CRM WA msd by DavidAprilio.

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

[](#installation)

You can install the package via composer:

```
composer require davidarl/wa-fiture
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="wa-fiture-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="wa-fiture-views"
```

Usage
-----

[](#usage)

Sebelum menggunakan code dibawah ini anda harus mengkonfigurasi data server dulu di database

```
$phone = "085231028718";

$w = Whatsapp::device(1)->data([
    'nama' => 'David',
    'nomor' => $phone,
])->copywriting('Halo [nama]');

/*------ Attach File Image, Video, Document ------*/
// $w->file("https://seminar.co.id/gold.jpeg");
// $w->file("http://staffnew.uny.ac.id/upload/131474242/penelitian/LAPORAN+PENELITIAN.pdf");
// $w->file("https://www.w3schools.com/html/mov_bbb.mp4");

/*------ Insert Button Max 3 ------*/
$w->button('Button 1');
$w->button('Button 2');
$w->button('Button 3');

/*------ Insert Select List ------*/
// $w->button_list('Promo Special', 'Lihat Menu', 'tokalink.id');
// $w->list('Makanan', function($list) {
//     $list->add('Nasi Goreng', 'Rp. 10.000');
//     $list->add('Nasi Rawon', 'Rp. 15.000');
//     $list->add('Nasi Ayam', 'Rp. 20.000');
//     $list->add('Nasi Soto', 'Rp. 25.000');
// });
// $w->list('Minuman', function($list) {
//     $list->add('Es Teh', 'Rp. 3.000');
//     $list->add('Dawet', 'Rp. 7.000');
//     $list->add('Cincau', 'Rp. 7.000');
//     $list->add('Kopi', 'Rp. 5.000');
// });

$r = $w->send($phone);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09f22e6c243c6ba8b7aff469c368a9780ecfdfde309301330e015b9eaf0773db?d=identicon)[Dav0x0](/maintainers/Dav0x0)

---

Top Contributors

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

---

Tags

laravelwhatsappDavidArl

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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