farayaz/laravel-spy
Zero-config Laravel package to spy on outgoing HTTP calls. Automatically logs Laravel Http facade and Guzzle requests with URL, method, headers, payload, response/status, and duration. Includes configurable logging and obfuscation for sensitive data.
Adopt if:
Look elsewhere if:
For Executives: *"Laravel Spy is a lightweight, zero-cost tool that provides visibility into our external API traffic—like a black-box recorder for HTTP calls. It’ll help us:
For Engineering Leaders: *"This package solves a common pain point: debugging external APIs is a nightmare. Here’s why it’s worth adopting:
composer require and configure—no custom code needed.For Developers:
*"No more dd()-ing API responses or guessing why a POST to Stripe failed. Laravel Spy gives you:
Http::post('https://api.stripe.com/charges', $data);
// → Logs to `http_logs` table with full request/response.
How can I help you explore Laravel packages today?