Packages from muhammadhuzaifa

  • PHP

    muhammadhuzaifa/laravel-pulse-guzzle-recorder

    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.

  • PHP

    muhammadhuzaifa/laravel-safe-migration

    The package provide a safest way to run migration commands by generating backup of the database before running the actual migration command.

  • PHP

    muhammadhuzaifa/telescope-guzzle-watcher

    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.