PHPackages                             alimranahmed/easyhttp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. alimranahmed/easyhttp

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

alimranahmed/easyhttp
=====================

An easier Http client for laravel

1.0.1(6y ago)21791[1 issues](https://github.com/alimranahmed/EasyHttp/issues)Apache-2.0PHPPHP ^7.0

Since May 25Pushed 6y agoCompare

[ Source](https://github.com/alimranahmed/EasyHttp)[ Packagist](https://packagist.org/packages/alimranahmed/easyhttp)[ RSS](/packages/alimranahmed-easyhttp/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

EasyHttp
========

[](#easyhttp)

Make Http request easily and log the request and response in Laravel's default log(/storage/logs).

This Laravel 5 HTTP-client package to make HTTP request easier. It's a wrap on Guzzle HTTP client and cURL that simplify the common requests. We can use Guzzle or cURL whatever we want on run time of this package.

Installation
------------

[](#installation)

Run the following command in your terminal while you are at the root of your project directory:

```
composer require alimranahmed/easyhttp

```

That's all!

Usages
------

[](#usages)

By default all the request is made using Guzzle.

```
