Libraries tagged by MuhammadHuzaifa
muhammadhuzaifa/telescope-guzzle-watcher
130056 Downloads
Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.
muhammadhuzaifa/laravel-pulse-guzzle-recorder
7477 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
muhammadhuzaifa/laravel-safe-migration
41 Downloads
The package provide a safest way to run migration commands by generating backup of the database before running the actual migration command.