PHP Package: spatie/laravel-stripe-webhooks

A Laravel package to process and respond to Stripe webhooks efficiently and effortlessly for seamless integration.

Current Version: 3.10.4
Last Updated: 2025-11-11
PHP Requirement: ^8.0
Dependencies:
spatie/laravel-webhook-client
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Stripe Webhooks is a PHP library that simplifies the handling of Stripe webhooks within Laravel projects, ensuring secure and reliable communication between your application and Stripe. By utilizing this package, developers can easily manage and respond to various Stripe events, streamlining the integration process and enhancing overall user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.10.4

Download Download v3.10.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-stripe-webhooks/3.10.4/loader.php';
require_once 'libs/spatie/laravel-webhook-client/3.4.5/loader.php';

use Spatie\StripeWebhooks\StripeWebhooks;

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