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.

Current Version: 3.8.3
Last Updated: 2025-02-14
PHP Requirement: ^8.0
Dependencies:
phpunit/phpunit
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.3

Download Download v3.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.