xaraya/with-laravel

Integrate Xaraya with Laravel applications

0.4.0 2024-04-19 10:44 UTC

This package is auto-updated.

Last update: 2024-04-19 10:45:47 UTC


README

This is a basic Laravel Framework application with a Webhook Client

Note: the namespace was changed from App\ to Xaraya\LaravelApp\ to avoid conflicts on loading with third party frameworks

To handle /webhook/hello-laravel requests:

  1. app/WebhookClients/: hello signature validator
  2. app/WebhookClients/: any webhook profile (optional)
  3. app/WebhookClients/: any webhook response (optional)
  4. app/Jobs/: hello process webhook job
  5. config/webhook-client.php: default webhook client config
  6. bootstrap/app.php: webhook route group
  7. routes/webhooks.php: hello-laravel webhook route

You could use one of the many existing packages to process webhook calls from other providers