chiefgroup/laravel-guzzle

Chiefgroup Laravel Interface API Use

Maintainers

Package info

github.com/chiefgroup/laravel-guzzle

pkg:composer/chiefgroup/laravel-guzzle

Statistics

Installs: 2 976

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.6 2026-01-06 05:58 UTC

This package is auto-updated.

Last update: 2026-03-06 06:21:50 UTC


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.