PHP Package: spatie/laravel-stripe-webhooks
A Laravel package to process and respond to Stripe webhooks efficiently and effortlessly for seamless integration.
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.
Download Latest Version: 3.10.4
Previous Versions
v3.10.2
v3.10.3 - Coming soon
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.
