xaraya / with-laravel
Integrate Xaraya with Laravel applications
Package info
github.com/xaraya-modules/with-laravel
Type:xaraya-module
pkg:composer/xaraya/with-laravel
2.9.1
2026-06-05 09:09 UTC
Requires
- php: ^8.4
- laravel/framework: ^12.42 || ^13.14
- laravel/tinker: ^2.10 || ^3.0
- spatie/laravel-webhook-client: ^3.6
Requires (Dev)
- fakerphp/faker: ^1.24
- laravel/pint: ^1.29
- laravel/sail: ^1.62
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.9
- phpunit/phpunit: ^12.5 || ^13.2
- spatie/laravel-ignition: ^2.12
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:
- app/WebhookClients/:
hellosignature validator - app/WebhookClients/:
anywebhook profile (optional) - app/WebhookClients/:
anywebhook response (optional) - app/Jobs/:
helloprocess webhook job - config/webhook-client.php:
defaultwebhook client config - bootstrap/app.php:
webhookroute group - routes/webhooks.php:
hello-laravelwebhook route
You could use one of the many existing packages to process webhook calls from other providers