Download the PHP package xaraya/with-laravel without Composer
On this page you can find all versions of the php package xaraya/with-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xaraya/with-laravel
More information about xaraya/with-laravel
Files in xaraya/with-laravel
Download xaraya/with-laravel
More information about xaraya/with-laravel
Files in xaraya/with-laravel
Vendor xaraya
Package with-laravel
Short Description Integrate Xaraya with Laravel applications
License MIT
Homepage https://github.com/xaraya-modules/with-laravel
Package with-laravel
Short Description Integrate Xaraya with Laravel applications
License MIT
Homepage https://github.com/xaraya-modules/with-laravel
Please rate this library. Is it a good library?
Informations about the package with-laravel
Integrate Xaraya with Laravel applications
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/:
hello
signature validator - app/WebhookClients/:
any
webhook profile (optional) - app/WebhookClients/:
any
webhook response (optional) - app/Jobs/:
hello
process webhook job - config/webhook-client.php:
default
webhook client config - bootstrap/app.php:
webhook
route group - routes/webhooks.php:
hello-laravel
webhook route
You could use one of the many existing packages to process webhook calls from other providers
All versions of with-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^11.31
laravel/tinker Version ^2.10
spatie/laravel-webhook-client Version ^3.4
laravel/framework Version ^11.31
laravel/tinker Version ^2.10
spatie/laravel-webhook-client Version ^3.4
The package xaraya/with-laravel contains the following files
Loading the files please wait ....