PHP Package: spatie/laravel-webhook-server
Laravel package for handling webhooks in a secure and efficient way, providing flexibility and ease of integration with external services.
Package Description
The Laravel Webhook Server package by Spatie is a robust solution for managing incoming and outgoing webhooks within your Laravel applications. With built-in security measures and support for various webhook types, this package ensures reliable communication between your app and external services. Simplify webhook handling and streamline your integration processes with this versatile library.
Download Latest Version: 3.8.3

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-webhook-server/3.8.3/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
use Spatie\WebhookServer\Tests\WebhookCallControllerTest;
use Spatie\WebhookServer\Tests\WebhookCallTest;
$obj = new WebhookCallControllerTest();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.