Download the PHP package trin4ik/laravel-http-after without Composer
On this page you can find all versions of the php package trin4ik/laravel-http-after. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trin4ik/laravel-http-after
More information about trin4ik/laravel-http-after
Files in trin4ik/laravel-http-after
Package laravel-http-after
Short Description callback after for laravel http facade
License MIT
Homepage https://github.com/trin4ik/laravel-http-after
Informations about the package laravel-http-after
Callback "After" for Laravel HTTP Client
"After" callback function with request, response and request time for http requests with Laravel Http
facade.
Installation
You can install the package via composer:
Laravel
This package makes use of Laravels package auto-discovery mechanism so there is no need to do any futher steps - skip directly to the usage section below. If for some reason you wish to opt-out of package auto discovery, check the Laravel Docs for more details.
Lumen
NOTE: Lumen is not officially supported by this package. However, we are currently not aware of any incompatibilities.
If you use Lumen register the service provider in bootstrap/app.php
like so:
Usage
Credits
based on laravel-http-client-logger by Anders Bilfeldt
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-http-after with dependencies
guzzlehttp/guzzle Version >7.2
illuminate/http Version >8
illuminate/support Version >8