October 30, 2025
Laravel Spy — Track Every Outgoing HTTP Request
package

Laravel Spy is a lightweight package that logs all outgoing HTTP requests made by your Laravel app — perfect for debugging and monitoring external API calls.
It automatically records URLs, methods, headers, payloads, and responses in a database table, giving you full visibility into what your app is sending and receiving.
You can also:
- Exclude URLs and content types from logging
- Obfuscate sensitive fields like passwords or tokens
- View logs in a simple
/spydashboard - Schedule automatic cleanup with
spy:clean
Get started here: 🔗 https://laravel-hub.com/package/laravel-spy
