xaraya/webhooks

Webhooks to and from Xaraya

1.1.0 2024-04-19 12:34 UTC

This package is auto-updated.

Last update: 2024-04-19 12:35:38 UTC


README

Available Webhooks

The following providers may be available to process incoming webhook calls (someday):

  1. Test controller
  2. FastRoute dispatcher handlers
  3. Xaraya module api functions and object methods

You can integrate applications using other frameworks via composer:

  1. xaraya/with-symfony package: use Symfony Webhook and Symfony RemoteEvent in combination with Symfony Mailer or Notifier components
  2. xaraya/with-laravel package: use Laravel (Spatie) Webhook Client with many existing packages to process webhook calls from other providers

Passthru Integration

The xaraya/with-* packages also allow you to pass through other URLs besides webhooks to Symfony or Laravel applications. This can be enabled or disabled in Modify Configuration.

Test Webhooks