chiefgroup / laravel-guzzle
Chiefgroup Laravel Interface API Use
2.0.4
2024-08-16 03:15 UTC
Requires
- guzzlehttp/guzzle: ^6.5 || ^7.5
- illuminate/support: ^6.0 || ^7.0 || ^8.0 || ^9.0
- monolog/monolog: ^2.0
Requires (Dev)
- phpunit/phpunit: ^8.0 || ^9.0
README
安装
$ composer require chiefgroup/laravel-guzzle
配置文件
generate config file
$ php artisan vendor:publish --provider="Chiefgroup\Http\Providers\ServiceProvider"
使用
// Method : get\put\post\patch\delete $result = LaravelGuzzleHttp::get('api/users'); $data = $headers = []; LaravelGuzzleHttp::post('http://xxx.com', $data, $headers); dd($result);
License
The MIT License (MIT). Please see License File for more information.