PHPackages                             marjose123/filament-webhook-server - 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. marjose123/filament-webhook-server

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

marjose123/filament-webhook-server
==================================

Send webhooks from your filament apps

3.2(1mo ago)5010.3k—5.4%16[1 PRs](https://github.com/MarJose123/filament-webhook-server/pulls)1MITPHPPHP ^8.2CI passing

Since Jan 18Pushed 1w ago1 watchersCompare

[ Source](https://github.com/MarJose123/filament-webhook-server)[ Packagist](https://packagist.org/packages/marjose123/filament-webhook-server)[ Docs](https://github.com/marjose123/filament-webhook-server)[ GitHub Sponsors](https://github.com/marjose123)[ RSS](/packages/marjose123-filament-webhook-server/feed)WikiDiscussions 3.x Synced yesterday

READMEChangelog (10)Dependencies (33)Versions (30)Used By (1)

Send webhooks from your filament apps
=====================================

[](#send-webhooks-from-your-filament-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/42c63be4d278244029d534122d815ef7d8338c66e4d56c464e9f8c26b133ae42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726a6f73653132332f66696c616d656e742d776562686f6f6b2d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-webhook-server)[![Total Downloads](https://camo.githubusercontent.com/3f93766ca4ea17f80e4f483d4271dfe7287de205b07ff7c2ba70c2bea7275dc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726a6f73653132332f66696c616d656e742d776562686f6f6b2d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-webhook-server)

Screenshots
-----------

[](#screenshots)

[![image1](.art/filament-webhook-server2.png)](.art/filament-webhook-server2.png)[![image2](.art/filament-webhook-server1.png)](.art/filament-webhook-server1.png)

This package provides a Filament page that you can send webhook server. You'll find installation instructions and full documentation on [spatie/laravel-webhook-server](https://github.com/spatie/laravel-webhook-server).

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

[](#installation)

You can install the package via composer:

```
composer require marjose123/filament-webhook-server
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-webhook-server-migrations"
php artisan migrate
```

Add the plugin to your panel and you're ready to go

```
use Marjose123\FilamentWebhookServer\WebhookPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
              WebhookPlugin::make()
                    ->icon(Heroicon::AcademicCap) // Set the icon for the plugin
                    ->enableApiRoutes() // Enable the API routes
                    ->includeModels([]) // Include the models you want to be able to receive webhooks for that is not automatically included
                    ->excludedModels([]) // Exclude the models you don't want to be able to receive webhooks for
                    ->keepLogs() // Keep the logs of the webhooks
                    ->sort(1) // Set the sort order of the webhooks plugin in the navigation
                    ->polling(10) // Set the polling interval in seconds for the webhook plugin
                    ->customPageUsing(webhookPage: Webhooks::class, webhookHistoryPage: WebhookHistory::class) // Set the custom pages for the webhooks plugin if you want to use your own
                    ->enablePlugin(),
        ]);

}
```

Usage
-----

[](#usage)

> 1. All the models will automatically be part of the webhook as an option during creation.
> 2. This package will automatically register the `Webhook-Server`. You'll be able to see it when you visit your Filament admin panel.

Webhook payload Structure
-------------------------

[](#webhook-payload-structure)

```
[
  {
    "event": "created",  //  $this->yourAttribute
    ];
 }
}
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Marjose123](https://github.com/MarJose123)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

61

—

FairBetter than 98% of packages

Maintenance95

Actively maintained with recent releases

Popularity41

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 76.8% 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 ~50 days

Recently: every ~58 days

Total

25

Last Release

42d ago

Major Versions

1.x-dev → 2.0.02023-09-22

2.2.0 → 3.02025-08-20

2.x-dev → 3.12026-03-28

PHP version history (3 changes)1.0.0PHP ^8.0 || ^8.1

1.2.0PHP ^8.0 || ^8.1 || ^8.2

3.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe4f462400792289dae3a62fc6af21c37ff3c59f80d108ffa436b7eaf1b7a90?d=identicon)[marjose](/maintainers/marjose)

---

Top Contributors

[![MarJose123](https://avatars.githubusercontent.com/u/18107626?v=4)](https://github.com/MarJose123 "MarJose123 (235 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")[![cy-alonzo](https://avatars.githubusercontent.com/u/72866514?v=4)](https://github.com/cy-alonzo "cy-alonzo (16 commits)")[![Poseidon281](https://avatars.githubusercontent.com/u/62171904?v=4)](https://github.com/Poseidon281 "Poseidon281 (9 commits)")[![a21ns1g4ts](https://avatars.githubusercontent.com/u/11599205?v=4)](https://github.com/a21ns1g4ts "a21ns1g4ts (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![DALIHILLARY](https://avatars.githubusercontent.com/u/49249680?v=4)](https://github.com/DALIHILLARY "DALIHILLARY (5 commits)")[![jeffersonGlemos](https://avatars.githubusercontent.com/u/8877254?v=4)](https://github.com/jeffersonGlemos "jeffersonGlemos (2 commits)")[![marcogermani87](https://avatars.githubusercontent.com/u/998645?v=4)](https://github.com/marcogermani87 "marcogermani87 (2 commits)")[![AidanLaycock](https://avatars.githubusercontent.com/u/21222371?v=4)](https://github.com/AidanLaycock "AidanLaycock (1 commits)")[![sasaorasanin](https://avatars.githubusercontent.com/u/100382372?v=4)](https://github.com/sasaorasanin "sasaorasanin (1 commits)")

---

Tags

laravelMarJose123filament-webhook-server

###  Code Quality

TestsPest

Static AnalysisRector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/marjose123-filament-webhook-server/health.svg)

```
[![Health](https://phpackages.com/badges/marjose123-filament-webhook-server/health.svg)](https://phpackages.com/packages/marjose123-filament-webhook-server)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M24](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)

PHPackages © 2026

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