PHP Package: spatie/laravel-webhook-client

A PHP library for handling webhooks in Laravel applications with ease and efficiency, providing secure and reliable webhook handling functionality.

Current Version: 3.4.4
Last Updated: 2025-06-27
PHP Requirement: ^8.1 || ^8.2
Dependencies:
phpunit/phpunit
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Webhook Client is a powerful tool that streamlines the process of integrating webhooks into your Laravel projects. It ensures seamless communication between your application and external services by effortlessly managing webhook events and responses. With built-in security measures and robust error handling capabilities, this library simplifies webhook management and enhances the reliability of your application's interactions with third-party services.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.4.4

Download Download v3.4.4

Previous Versions

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-client/3.4.4/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Spatie\WebhookClient\WebhookConfig;
use Illuminate\Support\ServiceProvider;

$obj = new WebhookConfig();
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.