Download the PHP package andresilva/filament-webhook-server without Composer
On this page you can find all versions of the php package andresilva/filament-webhook-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andresilva/filament-webhook-server
More information about andresilva/filament-webhook-server
Files in andresilva/filament-webhook-server
Package filament-webhook-server
Short Description Send webhooks from your filament apps
License MIT
Homepage https://github.com/marjose123/filament-webhook-server
Informations about the package filament-webhook-server
Send webhooks from your filament apps
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.
:rotating_light: _For latest version that support FilamentPhp v2.x use this branch 1.x_or released version "^1.0"
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Add the plugin to your panel and you're ready to go
Usage
- Add the models that you want to be part of the webhook
- This package will automatically register the
Webhook-Server
. You'll be able to see it when you visit your Filament admin panel.
Customising the polling interval
You can customise the polling interval for the Webhook-Server
by publishing the configuration file and updating the polling
value.
Webhook payload Structure
for custom option you need to create toWebhookPayload method in your models
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Marjose
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-webhook-server with dependencies
andresilva/json-datamapping Version ^0.1
codeat3/blade-google-material-design-icons Version ^1.18
filament/filament Version ^3.0
illuminate/contracts Version ^9.0 || ^10.0 || ^11.0
spatie/laravel-activitylog Version ^4.8
spatie/laravel-model-info Version ^1.4
spatie/laravel-package-tools Version ^1.13.5
spatie/laravel-webhook-server Version ^3.4
stancl/tenancy Version ^3.7