https://github.com/daltonmccleery/cashier-paddle-webhook-tester
Testing Paddle events and webhook handling locally without Ngrok.
https://github.com/daltonmccleery/cashier-paddle-webhook-tester
cashier laravel paddle tester webhooks
Last synced: 10 days ago
JSON representation
Testing Paddle events and webhook handling locally without Ngrok.
- Host: GitHub
- URL: https://github.com/daltonmccleery/cashier-paddle-webhook-tester
- Owner: DaltonMcCleery
- License: mit
- Created: 2024-09-07T17:19:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:56:12.000Z (about 2 months ago)
- Last Synced: 2025-04-09T04:29:44.473Z (14 days ago)
- Topics: cashier, laravel, paddle, tester, webhooks
- Language: PHP
- Homepage: https://daltonmccleery/blog/cashier-tester
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Cashier Paddle Webhook Tester
Testing Paddle events and webhook handling locally without Ngrok.
## Requirements
You will need to have the [Laravel Cashier - Paddle](https://arc.net/l/quote/jtqyreev) package installed and your
Paddle API keys set up in your `.env` file.## Install
```
composer require --dev daltonmccleery/cashier-paddle-webhook-tester
```## Usage
Continuously poll for the new events dispatched by Paddle when making transactions or updating customers and subscriptions.
```bash
php artisan tester:paddle-listen
```Replay a sequence of Paddle events, in order, and fire their appropriate webhook.
```bash
php artisan tester:paddle-replay
```