sevengreenz / laravel-guzzle
An easy way to use the Guzzle HTTP client in your Laravel applications.
v1.1.0
2018-07-01 16:40 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- orchestra/testbench: ~3.0
This package is not auto-updated.
Last update: 2024-10-22 09:42:25 UTC
README
An easy way to use Guzzle Http Client in your Laravel 5 applications.
Installation
composer require sesvengreenz/laravel-guzzle
Configration
php artisan vendor:publish --provider="SevenGreenz\LaravelGuzzle\ServiceProvider"