PHPackages                             rarq/filament-whatsapp-message-preview - 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. rarq/filament-whatsapp-message-preview

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

rarq/filament-whatsapp-message-preview
======================================

A FilamentPHP field plugin that renders a real-time WhatsApp-style message preview with support for formatting, lists, quotes and message direction.

1.0.0(2mo ago)137MITPHPPHP ^8.1

Since Mar 3Pushed 2mo agoCompare

[ Source](https://github.com/rodrigoarq14/filament-whatsapp-message-preview)[ Packagist](https://packagist.org/packages/rarq/filament-whatsapp-message-preview)[ RSS](/packages/rarq-filament-whatsapp-message-preview/feed)WikiDiscussions main Synced 1mo ago

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

WhatsApp Message Preview
========================

[](#whatsapp-message-preview)

[![Header](https://raw.githubusercontent.com/rodrigoarq14/filament-whatsapp-message-preview/main/.github/images/cover.webp)](https://raw.githubusercontent.com/rodrigoarq14/filament-whatsapp-message-preview/main/.github/images/cover.webp)

A FilamentPHP field plugin that renders a real-time WhatsApp-style message preview with support for formatting, lists, quotes and message direction.

Requirements
------------

[](#requirements)

- FilamentPHP v3.x
- PHP 8.1+
- Laravel v10+
- Tailwind CSS v3.0+

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

[](#installation)

You can install the package via composer:

```
composer require rarq/filament-whatsapp-message-preview
```

Usage
-----

[](#usage)

```
use Rarq\FilamentWhatsappMessagePreview\Enums\MessageDirection;
use Rarq\FilamentWhatsappMessagePreview\Forms\Components\WhatsappMessagePreview;

public static function form(Form $form): Form
    {
        return $form
            ->schema([
                WhatsappMessagePreview::make('message_body')
                    ->label('Message')
                    ->required()
                    ->rows(5)
                    ->autosize()
                    ->hideMessageDirectionTabs(false)
                    ->messageDirection(MessageDirection::OUTGOING)
                    ->incomingDirectionLabel('Incoming')
                    ->outgoingDirectionLabel('Outgoing')
                    ->previewLabel('WhatsApp Preview')
                    ->hiddenPreview(false),
            ]);
    }
```

Credits
-------

[](#credits)

- [Rodrigo A. Ríos Q.](https://github.com/rodrigoarq14)

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance84

Actively maintained with recent releases

Popularity12

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

76d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130109015?v=4)[Rodrigo Alfonso Ríos Quevedo](/maintainers/rodrigoarq14)[@rodrigoarq14](https://github.com/rodrigoarq14)

---

Top Contributors

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

---

Tags

messagelaravelpreviewwhatsappfilamentfilament-pluginfilamentphpfilament-packagefilament-forms

### Embed Badge

![Health badge](/badges/rarq-filament-whatsapp-message-preview/health.svg)

```
[![Health](https://phpackages.com/badges/rarq-filament-whatsapp-message-preview/health.svg)](https://phpackages.com/packages/rarq-filament-whatsapp-message-preview)
```

###  Alternatives

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)

PHPackages © 2026

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