xaraya/with-laravel

Integrate Xaraya with Laravel applications

Installs: 23

Dependents: 1

Suggesters: 2

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:xaraya-module

pkg:composer/xaraya/with-laravel

1.2.0 2025-10-11 20:24 UTC

This package is auto-updated.

Last update: 2025-10-11 20:25:14 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