juuin/laravel-httpclient

This package is abandoned and no longer maintained. No replacement package was suggested.

HttpClient Facade in Laravel

dev-master 2020-07-02 13:31 UTC

This package is auto-updated.

Last update: 2023-08-09 02:32:14 UTC


README

Laravel HttpClient Facade in laravel

Installing

$ composer require juuin/laravel-httpclient

Usage

Simple Request

    $response = HttpClient::setUrl($this->url . '/api/users?page=2')
            ->send()
            ->response()
            ->toArray();

License

MIT