Download the PHP package kozz/laravel-guzzle-provider without Composer
On this page you can find all versions of the php package kozz/laravel-guzzle-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-guzzle-provider
Laravel - Guzzle 6 (or 5) Service Provider
laravel guzzle service provider
Install With Composer:
Guzzle ~5.0
Or manualy in composer.json:
Guzzle ~6.0
Or manualy in composer.json:
Setup
Laravel >=5.5
This package supports auto discovery, so no configuration is required.
Laravel <5.5
Register Service Provider
/configs/app.php
Enable Facade
/configs/app.php
Usage
Send request
Get instance
POST
Basic auth
generates:
+"Authorization": "Basic dGhlVXNlcm5hbWU6dGhlUGFzc3dvcmQ="
All versions of laravel-guzzle-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
illuminate/support Version ^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.0
The package kozz/laravel-guzzle-provider contains the following files
Loading the files please wait ....